crypto/x509.Certificate.Version (field)
9 uses
crypto/x509 (current package)
parser.go#L826: if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
parser.go#L829: if cert.Version < 0 {
parser.go#L834: cert.Version++
parser.go#L835: if cert.Version > 3 {
parser.go#L932: if cert.Version > 1 {
parser.go#L939: if cert.Version == 3 {
x509.go#L690: Version int
x509.go#L828: if parent.Version == 3 && !parent.BasicConstraintsValid ||
x509.go#L2457: if parent.Version == 3 && !parent.BasicConstraintsValid ||
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |