type crypto/x509.CertificateInvalidError
16 uses
crypto/x509 (current package)
verify.go#L64: type CertificateInvalidError struct {
verify.go#L70: func (e CertificateInvalidError) Error() string {
verify.go#L521: return CertificateInvalidError{c, TooManyConstraints, ""}
verify.go#L528: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L532: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
verify.go#L540: return CertificateInvalidError{c, TooManyConstraints, ""}
verify.go#L549: return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
verify.go#L558: return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}
verify.go#L574: return CertificateInvalidError{c, NameMismatch, ""}
verify.go#L583: return CertificateInvalidError{
verify.go#L589: return CertificateInvalidError{
verify.go#L704: return CertificateInvalidError{c, NotAuthorizedToSign, ""}
verify.go#L710: return CertificateInvalidError{c, TooManyIntermediates, ""}
verify.go#L718: return CertificateInvalidError{c, IncompatibleUsage, ""}
verify.go#L840: return nil, CertificateInvalidError{c, IncompatibleUsage, ""}
crypto/tls
handshake_server.go#L915: var errCertificateInvalid x509.CertificateInvalidError
 |
The pages are generated with Golds v0.7.6. (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. |