const crypto/x509.CANotAuthorizedForThisName
6 uses
crypto/x509 (current package)
verify.go#L36: CANotAuthorizedForThisName
verify.go#L84: case CANotAuthorizedForThisName:
verify.go#L541: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L545: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
verify.go#L562: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L571: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}