github.com/refraction-networking/utls.GREASEEncryptedClientHelloExtension.CandidateCipherSuites (field)
8 uses
github.com/refraction-networking/utls (current package)
u_ech.go#L47: CandidateCipherSuites []HPKESymmetricCipherSuite
u_ech.go#L95: if len(g.CandidateCipherSuites) == 0 {
u_ech.go#L99: rndIndex, err := rand.Int(rand.Reader, big.NewInt(int64(len(g.CandidateCipherSuites))))
u_ech.go#L105: g.CandidateCipherSuites[rndIndex.Int64()].KdfId,
u_ech.go#L106: g.CandidateCipherSuites[rndIndex.Int64()].AeadId,
u_ech.go#L234: g.CandidateCipherSuites = []HPKESymmetricCipherSuite{g.cipherSuite}
u_ech.go#L298: CandidateCipherSuites: []HPKESymmetricCipherSuite{
u_parrots.go#L1445: CandidateCipherSuites: []HPKESymmetricCipherSuite{
![]() |
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. |