crypto/x509.Certificate.MaxPathLenZero (field)

4 uses

	crypto/x509 (current package)
		parser.go#L661: 				out.MaxPathLenZero = out.MaxPathLen == 0
		x509.go#L744: 	MaxPathLenZero bool
		x509.go#L1118: 		ret[n], err = marshalBasicConstraints(template.IsCA, template.MaxPathLen, template.MaxPathLenZero)
		x509.go#L1557: 	if template.BasicConstraintsValid && !template.IsCA && template.MaxPathLen != -1 && (template.MaxPathLen != 0 || template.MaxPathLenZero) {