crypto/x509.CertificateInvalidError.Reason (field)
5 uses
crypto/x509 (current package)
verify.go#L66: Reason InvalidReason
verify.go#L71: switch e.Reason {
verify.go#L585: Reason: Expired,
verify.go#L591: Reason: Expired,
crypto/tls
handshake_server.go#L918: } else if errors.As(err, &errCertificateInvalid) && errCertificateInvalid.Reason == x509.Expired {
![]() |
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. |