crypto/x509.Certificate.Verify (method)
9 uses
crypto/x509 (current package)
verify.go#L542: func (c *Certificate) Verify(opts VerifyOptions) ([][]*Certificate, error) {
crypto/tls
common.go#L1890: if _, err := leaf.Verify(opts); err == nil {
common.go#L1895: if _, err := root.Verify(opts); err == nil {
handshake_client.go#L1135: chains, err := certs[0].Verify(opts)
handshake_client.go#L1158: chains, err := certs[0].Verify(opts)
handshake_server.go#L979: chains, err := certs[0].Verify(opts)
github.com/refraction-networking/utls
handshake_client.go#L1172: chains, err := certs[0].Verify(opts)
handshake_client.go#L1207: chains, err := certs[0].Verify(opts)
handshake_server.go#L947: chains, err := certs[0].Verify(opts)
![]() |
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. |