crypto/x509.CertificateInvalidError.Detail (field)
7 uses
crypto/x509 (current package)
verify.go#L66: Detail string
verify.go#L74: return "x509: certificate has expired or is not yet valid: " + e.Detail
verify.go#L76: return "x509: a root or intermediate certificate is not authorized to sign for this name: " + e.Detail
verify.go#L78: return "x509: a root or intermediate certificate is not authorized for an extended key usage: " + e.Detail
verify.go#L88: return "x509: issuer has name constraints but leaf contains unknown or unconstrained name: " + e.Detail
verify.go#L578: Detail: fmt.Sprintf("current time %s is before %s", now.Format(time.RFC3339), c.NotBefore.Format(time.RFC3339)),
verify.go#L584: Detail: fmt.Sprintf("current time %s is after %s", now.Format(time.RFC3339), c.NotAfter.Format(time.RFC3339)),
|
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. |