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.3.2-preview. (GOOS=darwin 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. |