crypto/x509.Certificate.Verify (method)
3 uses
crypto/x509 (current package)
verify.go#L731: func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
crypto/tls
handshake_client.go#L868: c.verifiedChains, err = certs[0].Verify(opts)
handshake_server.go#L825: chains, err := certs[0].Verify(opts)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)