crypto/x509.Certificate.IsCA (field)
8 uses
crypto/x509 (current package)
parser.go#L682: out.IsCA, out.MaxPathLen, err = parseBasicConstraintsExtension(e.Value)
verify.go#L734: if certType == intermediateCertificate && (!c.BasicConstraintsValid || !c.IsCA) {
x509.go#L735: IsCA bool
x509.go#L918: parent.BasicConstraintsValid && !parent.IsCA {
x509.go#L1205: ret[n], err = marshalBasicConstraints(template.IsCA, template.MaxPathLen, template.MaxPathLenZero)
x509.go#L1706: if template.BasicConstraintsValid && !template.IsCA && template.MaxPathLen != -1 && (template.MaxPathLen != 0 || template.MaxPathLenZero) {
x509.go#L1739: if len(subjectKeyId) == 0 && template.IsCA {
x509.go#L2547: parent.BasicConstraintsValid && !parent.IsCA {