crypto/x509.Certificate.VerifyHostname (method)
5 uses
crypto/x509 (current package)
verify.go#L828: err = c.VerifyHostname(opts.DNSName)
verify.go#L1162: func (c *Certificate) VerifyHostname(h string) error {
crypto/tls
common.go#L1315: if err := x509Cert.VerifyHostname(chi.ServerName); err != nil {
conn.go#L1684: return c.peerCertificates[0].VerifyHostname(host)
handshake_client.go#L453: if err := session.peerCertificates[0].VerifyHostname(c.config.ServerName); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)