github.com/refraction-networking/utls.EncryptedClientHelloKey.Config (field)

4 uses

	crypto/tls
		common.go#L940: 	Config []byte
		ech.go#L569: 		skip, config, err := parseECHConfig(echKey.Config)
		ech.go#L597: 		info := append([]byte("tls ech\x00"), echKey.Config...)
		ech.go#L643: 			b.AddBytes(c.Config)