github.com/refraction-networking/utls.PubClientHelloMsg.Raw (field)
11 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L441: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
handshake_client_tls13.go#L462: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
u_conn.go#L195: helloLen := len(uconn.HandshakeState.Hello.Raw)
u_conn.go#L200: uAssert(helloLen == len(uconn.HandshakeState.Hello.Raw), "tls: uApplyPatch Failed: the patch should never change the length of the marshaled clientHello")
u_conn.go#L543: serializedOuter := uconn.HandshakeState.Hello.Raw
u_conn.go#L673: hello.Raw = helloBuffer.Bytes()
u_pre_shared_key.go#L272: private.original = hello.Raw
u_public.go#L356: Raw []byte // renamed to clientHelloMsg.original in crypto/tls
u_public.go#L396: original: chm.Raw,
u_public.go#L446: Raw: chm.original,
github.com/gotd/td/mtproxy/faketls
client_hello.go#L51: hello := conn.HandshakeState.Hello.Raw
![]() |
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. |