type github.com/refraction-networking/utls.CertificateVerificationError
9 uses
github.com/refraction-networking/utls (current package)
common.go#L1754: type CertificateVerificationError struct {
common.go#L1760: func (e *CertificateVerificationError) Error() string {
common.go#L1764: func (e *CertificateVerificationError) Unwrap() error {
handshake_client.go#L1175: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1181: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1210: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1216: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L957: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L963: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
![]() |
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. |