crypto/tls.Config.NameToCertificate (field)
9 uses
crypto/tls (current package)
common.go#L562: NameToCertificate map[string]*Certificate
common.go#L884: NameToCertificate: c.NameToCertificate,
common.go#L1211: if c.NameToCertificate != nil {
common.go#L1213: if cert, ok := c.NameToCertificate[name]; ok {
common.go#L1220: if cert, ok := c.NameToCertificate[wildcardName]; ok {
common.go#L1437: c.NameToCertificate = make(map[string]*Certificate)
common.go#L1447: c.NameToCertificate[x509Cert.Subject.CommonName] = cert
common.go#L1450: c.NameToCertificate[san] = cert
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |