type github.com/refraction-networking/utls.PubClientHandshakeState
9 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L39: HandshakeState PubClientHandshakeState
u_conn.go#L69: handshakeState := PubClientHandshakeState{C: &tlsConn, Hello: &PubClientHelloMsg{}}
u_public.go#L25: type PubClientHandshakeState struct {
u_public.go#L85: func (chs *PubClientHandshakeState) toPrivate13() *clientHandshakeStateTLS13 {
u_public.go#L110: func (chs13 *clientHandshakeStateTLS13) toPublic13() *PubClientHandshakeState {
u_public.go#L125: return &PubClientHandshakeState{
u_public.go#L141: func (chs *PubClientHandshakeState) toPrivate12() *clientHandshakeState {
u_public.go#L161: func (chs12 *clientHandshakeState) toPublic12() *PubClientHandshakeState {
u_public.go#L169: return &PubClientHandshakeState{
![]() |
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. |