crypto/tls.Config.NameToCertificate (field)
9 uses
crypto/tls (current package)
common.go#L597: NameToCertificate map[string]*Certificate
common.go#L1006: NameToCertificate: c.NameToCertificate,
common.go#L1335: if c.NameToCertificate != nil {
common.go#L1337: if cert, ok := c.NameToCertificate[name]; ok {
common.go#L1344: if cert, ok := c.NameToCertificate[wildcardName]; ok {
common.go#L1565: c.NameToCertificate = make(map[string]*Certificate)
common.go#L1575: c.NameToCertificate[x509Cert.Subject.CommonName] = cert
common.go#L1578: c.NameToCertificate[san] = cert
![]() |
The pages are generated with Golds v0.8.4. (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. |