crypto/x509.Certificate.VerifyHostname (method)
6 uses
crypto/x509 (current package)
verify.go#L869: err = c.VerifyHostname(opts.DNSName)
verify.go#L1206: func (c *Certificate) VerifyHostname(h string) error {
crypto/tls
common.go#L1342: if err := x509Cert.VerifyHostname(chi.ServerName); err != nil {
conn.go#L1691: return c.peerCertificates[0].VerifyHostname(host)
handshake_client.go#L441: if err := session.peerCertificates[0].VerifyHostname(c.config.ServerName); err != nil {
google.golang.org/grpc/credentials
tls.go#L61: if err = cert.VerifyHostname(authority); err == nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)