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