Searched defs:ClientSessionState (Results 1 – 1 of 1) sorted by relevance
283 type ClientSessionState struct { struct284 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.285 …essionTicket []uint8 // Encrypted ticket used for session resumption with server286 vers uint16 // SSL/TLS version negotiated for the session287 wireVersion uint16 // Wire SSL/TLS version negotiated for the session288 cipherSuite uint16 // Ciphersuite negotiated for the session289 masterSecret []byte // MasterSecret generated by client on a full handshake290 handshakeHash []byte // Handshake hash for Channel ID purposes.291 serverCertificates []*x509.Certificate // Certificate chain presented by the server292 …terSecret bool // Whether an extended master secret was used to generate the session[all …]