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