const crypto/x509.CANotAuthorizedForThisName
6 uses
crypto/x509 (current package)
verify.go#L34: CANotAuthorizedForThisName
verify.go#L75: case CANotAuthorizedForThisName:
verify.go#L520: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L524: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
verify.go#L541: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L550: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}
 |
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |