crypto/x509.Certificate.IsCA (field)
8 uses
crypto/x509 (current package)
parser.go#L685: out.IsCA, out.MaxPathLen, err = parseBasicConstraintsExtension(e.Value)
verify.go#L496: if certType == intermediateCertificate && (!c.BasicConstraintsValid || !c.IsCA) {
x509.go#L752: IsCA bool
x509.go#L935: parent.BasicConstraintsValid && !parent.IsCA {
x509.go#L1222: ret[n], err = marshalBasicConstraints(template.IsCA, template.MaxPathLen, template.MaxPathLenZero)
x509.go#L1715: if template.BasicConstraintsValid && !template.IsCA && template.MaxPathLen != -1 && (template.MaxPathLen != 0 || template.MaxPathLenZero) {
x509.go#L1748: if len(subjectKeyId) == 0 && template.IsCA {
x509.go#L2569: parent.BasicConstraintsValid && !parent.IsCA {
 |
The pages are generated with Golds v0.8.4. (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. |