]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: add new OID type and use it in Certificate
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Tue, 31 Oct 2023 17:26:43 +0000 (17:26 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 31 Oct 2023 19:22:19 +0000 (19:22 +0000)
commitdd84bb682482390bb8465482cb7b13d2e3b17297
tree5ffc7d8b1b89fe9f1deb2c3942b133c6dbfd2141
parent68e52bc03cd3072985ead4895a3ae97f43c02331
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>
api/next/60665.txt [new file with mode: 0644]
src/crypto/x509/oid.go [new file with mode: 0644]
src/crypto/x509/oid_test.go [new file with mode: 0644]
src/crypto/x509/parser.go
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go