crypto/tls.Config.EncryptedClientHelloConfigList (field)
7 uses
crypto/tls (current package)
common.go#L853: EncryptedClientHelloConfigList []byte
common.go#L1032: EncryptedClientHelloConfigList: c.EncryptedClientHelloConfigList,
common.go#L1234: if isClient && c.EncryptedClientHelloConfigList != nil && v < VersionTLS13 {
handshake_client.go#L174: if c.config.EncryptedClientHelloConfigList != nil {
handshake_client.go#L181: echConfigs, err := parseECHConfigList(c.config.EncryptedClientHelloConfigList)
handshake_client.go#L1117: echRejected := c.config.EncryptedClientHelloConfigList != nil && !c.echAccepted
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)