crypto/x509.Certificate.Version (field)

8 uses

	crypto/x509 (current package)
		parser.go#L839: 	if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
		parser.go#L842: 	if cert.Version < 0 {
		parser.go#L847: 	cert.Version++
		parser.go#L848: 	if cert.Version > 3 {
		parser.go#L943: 	if cert.Version > 1 {
		parser.go#L950: 		if cert.Version == 3 {
		x509.go#L641: 	Version             int
		x509.go#L780: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||