crypto/x509.Certificate.Verify (method)
3 uses
crypto/x509 (current package)
verify.go#L758: func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
crypto/tls
handshake_client.go#L847: c.verifiedChains, err = certs[0].Verify(opts)
handshake_server.go#L799: chains, err := certs[0].Verify(opts)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)