func github.com/refraction-networking/utls.GetBoringGREASEValue
9 uses
github.com/refraction-networking/utls (current package)
u_parrots.go#L2816: if GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension1) == GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension2) {
u_parrots.go#L2824: hello.CipherSuites[i] = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_cipher)
u_parrots.go#L2861: ext.Value = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension1)
u_parrots.go#L2863: ext.Value = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension2)
u_parrots.go#L2872: ext.Curves[i] = CurveID(GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_group))
u_parrots.go#L2880: ext.KeyShares[i].Group = CurveID(GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_group))
u_parrots.go#L2926: ext.Versions[i] = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_version)
u_tls_extensions.go#L979: func GetBoringGREASEValue(greaseSeed [ssl_grease_last_index]uint16, index int) uint16 {
 |
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. |