const crypto/x509.Expired
5 uses
crypto/x509 (current package)
verify.go#L30: Expired
verify.go#L73: case Expired:
verify.go#L577: Reason: Expired,
verify.go#L583: Reason: Expired,
crypto/tls
handshake_server.go#L902: } else if errors.As(err, &errCertificateInvalid) && errCertificateInvalid.Reason == x509.Expired {
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. |