crypto/x509.Certificate.Version (field)

9 uses

	crypto/x509 (current package)
		parser.go#L909: 	if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
		parser.go#L912: 	if cert.Version < 0 {
		parser.go#L917: 	cert.Version++
		parser.go#L918: 	if cert.Version > 3 {
		parser.go#L1017: 	if cert.Version > 1 {
		parser.go#L1024: 		if cert.Version == 3 {
		x509.go#L700: 	Version             int
		x509.go#L917: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||
		x509.go#L2546: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||