crypto/tls.Config.NameToCertificate (field)
9 uses
crypto/tls (current package)
common.go#L555: NameToCertificate map[string]*Certificate
common.go#L837: NameToCertificate: c.NameToCertificate,
common.go#L1131: if c.NameToCertificate != nil {
common.go#L1133: if cert, ok := c.NameToCertificate[name]; ok {
common.go#L1140: if cert, ok := c.NameToCertificate[wildcardName]; ok {
common.go#L1357: c.NameToCertificate = make(map[string]*Certificate)
common.go#L1367: c.NameToCertificate[x509Cert.Subject.CommonName] = cert
common.go#L1370: c.NameToCertificate[san] = cert
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |