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 ||