type crypto/x509.CertificateInvalidError
15 uses
crypto/x509 (current package)
verify.go#L72: type CertificateInvalidError struct {
verify.go#L78: func (e CertificateInvalidError) Error() string {
verify.go#L534: return CertificateInvalidError{c, TooManyConstraints, ""}
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#L553: return CertificateInvalidError{c, TooManyConstraints, ""}
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)}
verify.go#L587: return CertificateInvalidError{c, NameMismatch, ""}
verify.go#L596: return CertificateInvalidError{
verify.go#L602: return CertificateInvalidError{
verify.go#L630: return CertificateInvalidError{c, NameConstraintsWithoutSANs, ""}
verify.go#L718: return CertificateInvalidError{c, NotAuthorizedToSign, ""}
verify.go#L724: return CertificateInvalidError{c, TooManyIntermediates, ""}
verify.go#L826: return nil, CertificateInvalidError{c, IncompatibleUsage, ""}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |