aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMateusz Poliwczak <mpoliwczak34@gmail.com>2023-10-31 17:26:43 +0000
committerGopher Robot <gobot@golang.org>2023-10-31 19:22:19 +0000
commitdd84bb682482390bb8465482cb7b13d2e3b17297 (patch)
tree5ffc7d8b1b89fe9f1deb2c3942b133c6dbfd2141 /api
parent68e52bc03cd3072985ead4895a3ae97f43c02331 (diff)
downloadgo-dd84bb682482390bb8465482cb7b13d2e3b17297.tar.gz
go-dd84bb682482390bb8465482cb7b13d2e3b17297.zip
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 <gobot@golang.org> Run-TryBot: Mateusz Poliwczak <mpoliwczak34@gmail.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/60665.txt6
1 files changed, 6 insertions, 0 deletions
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