crypto/x509.Certificate.Version (field)

9 uses

	crypto/x509 (current package)
		parser.go#L920: 	if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
		parser.go#L923: 	if cert.Version < 0 {
		parser.go#L928: 	cert.Version++
		parser.go#L929: 	if cert.Version > 3 {
		parser.go#L1028: 	if cert.Version > 1 {
		parser.go#L1035: 		if cert.Version == 3 {
		x509.go#L700: 	Version             int
		x509.go#L917: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||
		x509.go#L2551: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||