MCPcopy Create free account
hub / github.com/XTLS/REALITY / clientHandshakeState

Struct clientHandshakeState

handshake_client.go:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type clientHandshakeState struct {
33 c *Conn
34 ctx context.Context
35 serverHello *serverHelloMsg
36 hello *clientHelloMsg
37 suite *cipherSuite
38 finishedHash finishedHash
39 masterSecret []byte
40 session *SessionState // the session being resumed
41 ticket []byte // a fresh ticket received during this handshake
42}
43
44var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected