github.com/refraction-networking/utls.Config.EncryptedClientHelloKeys (field)
7 uses
github.com/refraction-networking/utls (current package)
common.go#L904: EncryptedClientHelloKeys []EncryptedClientHelloKey
common.go#L1018: EncryptedClientHelloKeys: c.EncryptedClientHelloKeys,
ech.go#L575: if len(c.config.EncryptedClientHelloKeys) == 0 {
ech.go#L579: for _, echKey := range c.config.EncryptedClientHelloKeys {
handshake_server_tls13.go#L804: if len(hs.c.config.EncryptedClientHelloKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {
handshake_server_tls13.go#L805: encryptedExtensions.echRetryConfigs, err = buildRetryConfigList(hs.c.config.EncryptedClientHelloKeys)
![]() |
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. |