Searched defs:clientHandshakeState (Results 1 – 3 of 3) sorted by relevance
29 type clientHandshakeState struct { struct30 c *Conn31 serverHello *serverHelloMsg32 hello *clientHelloMsg33 innerHello *clientHelloMsg34 echHPKEContext *hpke.Context35 suite *cipherSuite36 finishedHash finishedHash37 keyShares map[CurveID]kemImplementation38 masterSecret []byte[all …]
30 type clientHandshakeState struct { struct31 c *Conn32 ctx context.Context33 serverHello *serverHelloMsg34 hello *clientHelloMsg35 suite *cipherSuite36 finishedHash finishedHash37 masterSecret []byte38 session *SessionState // the session being resumed39 ticket []byte // a fresh ticket received during this handshake[all …]