crypto/x509.Certificate.MaxPathLenZero (field)
4 uses
crypto/x509 (current package)
x509.go#L696: MaxPathLenZero bool
x509.go#L1351: out.MaxPathLenZero = out.MaxPathLen == 0
x509.go#L1712: ret[n], err = marshalBasicConstraints(template.IsCA, template.MaxPathLen, template.MaxPathLenZero)
x509.go#L2150: if template.BasicConstraintsValid && !template.IsCA && template.MaxPathLen != -1 && (template.MaxPathLen != 0 || template.MaxPathLenZero) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |