crypto/tls.Config.NameToCertificate (field)
9 uses
crypto/tls (current package)
common.go#L530: NameToCertificate map[string]*Certificate
common.go#L757: NameToCertificate: c.NameToCertificate,
common.go#L1032: if c.NameToCertificate != nil {
common.go#L1034: if cert, ok := c.NameToCertificate[name]; ok {
common.go#L1041: if cert, ok := c.NameToCertificate[wildcardName]; ok {
common.go#L1258: c.NameToCertificate = make(map[string]*Certificate)
common.go#L1268: c.NameToCertificate[x509Cert.Subject.CommonName] = cert
common.go#L1271: c.NameToCertificate[san] = cert
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)