Searched defs:ClientSessionState (Results 1 – 1 of 1) sorted by relevance
208 type ClientSessionState struct { struct209 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.210 …essionTicket []uint8 // Encrypted ticket used for session resumption with server211 vers uint16 // SSL/TLS version negotiated for the session212 cipherSuite uint16 // Ciphersuite negotiated for the session213 masterSecret []byte // MasterSecret generated by client on a full handshake214 handshakeHash []byte // Handshake hash for Channel ID purposes.215 serverCertificates []*x509.Certificate // Certificate chain presented by the server216 …terSecret bool // Whether an extended master secret was used to generate the session229 Put(sessionKey string, cs *ClientSessionState)