github.com/refraction-networking/utls.Config.Certificates (field)
14 uses
github.com/refraction-networking/utls (current package)
common.go#L573: Certificates []Certificate
common.go#L985: Certificates: c.Certificates,
common.go#L1315: (len(c.Certificates) == 0 || len(clientHello.ServerName) > 0) {
common.go#L1322: if len(c.Certificates) == 0 {
common.go#L1326: if len(c.Certificates) == 1 {
common.go#L1328: return &c.Certificates[0], nil
common.go#L1346: for _, cert := range c.Certificates {
common.go#L1353: return &c.Certificates[0], nil
common.go#L1558: for i := range c.Certificates {
common.go#L1559: cert := &c.Certificates[i]
handshake_client.go#L595: if isResume || (len(c.config.Certificates) == 0 && c.config.GetClientCertificate == nil) {
handshake_client.go#L1319: for _, chain := range c.config.Certificates {
tls.go#L90: if config == nil || len(config.Certificates) == 0 &&
![]() |
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. |