crypto/tls.Config.EncryptedClientHelloConfigList (field)
7 uses
crypto/tls (current package)
common.go#L820: EncryptedClientHelloConfigList []byte
common.go#L958: EncryptedClientHelloConfigList: c.EncryptedClientHelloConfigList,
common.go#L1149: if isClient && c.EncryptedClientHelloConfigList != nil && v < VersionTLS13 {
handshake_client.go#L210: if c.config.EncryptedClientHelloConfigList != nil {
handshake_client.go#L217: echConfigs, err := parseECHConfigList(c.config.EncryptedClientHelloConfigList)
handshake_client.go#L1104: echRejected := c.config.EncryptedClientHelloConfigList != nil && !c.echAccepted
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)