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 ||
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |