crypto/x509.Certificate.Version (field)

9 uses

	crypto/x509 (current package)
		parser.go#L855: 	if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
		parser.go#L858: 	if cert.Version < 0 {
		parser.go#L863: 	cert.Version++
		parser.go#L864: 	if cert.Version > 3 {
		parser.go#L963: 	if cert.Version > 1 {
		parser.go#L970: 		if cert.Version == 3 {
		x509.go#L699: 	Version             int
		x509.go#L846: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||
		x509.go#L2458: 	if parent.Version == 3 && !parent.BasicConstraintsValid ||