From dd84bb682482390bb8465482cb7b13d2e3b17297 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Tue, 31 Oct 2023 17:26:43 +0000 Subject: crypto/x509: add new OID type and use it in Certificate Fixes #60665 Change-Id: I814b7d4b26b964f74443584fb2048b3e27e3b675 GitHub-Last-Rev: 693c741c76e6369e36aa2a599ee6242d632573c7 GitHub-Pull-Request: golang/go#62096 Reviewed-on: https://go-review.googlesource.com/c/go/+/520535 TryBot-Result: Gopher Robot Run-TryBot: Mateusz Poliwczak Auto-Submit: Roland Shoemaker Reviewed-by: Roland Shoemaker Reviewed-by: Cherry Mui --- api/next/60665.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/next/60665.txt (limited to 'api') diff --git a/api/next/60665.txt b/api/next/60665.txt new file mode 100644 index 0000000000..10e50e1832 --- /dev/null +++ b/api/next/60665.txt @@ -0,0 +1,6 @@ +pkg crypto/x509, type Certificate struct, Policies []OID #60665 +pkg crypto/x509, type OID struct #60665 +pkg crypto/x509, method (OID) Equal(OID) bool #60665 +pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665 +pkg crypto/x509, method (OID) String() string #60665 +pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665 -- cgit v1.2.3-54-g00ecf