const crypto/x509.Expired
6 uses
crypto/x509 (current package)
verify.go#L31: Expired
verify.go#L76: case Expired:
verify.go#L462: Reason: Expired,
verify.go#L468: Reason: Expired,
crypto/tls
handshake_server.go#L983: } else if errCertificateInvalid, ok := errors.AsType[x509.CertificateInvalidError](err); ok && errCertificateInvalid.Reason == x509.Expired {
github.com/refraction-networking/utls
handshake_server.go#L952: } else if errors.As(err, &errCertificateInvalid) && errCertificateInvalid.Reason == x509.Expired {
![]() |
The pages are generated with Golds v0.8.4. (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. |