Searched defs:ClientSessionState (Results 1 – 6 of 6) sorted by relevance
306 type ClientSessionState struct { struct307 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.308 …icket []uint8 // Encrypted ticket used for session resumption with server309 vers uint16 // SSL/TLS version negotiated for the session310 wireVersion uint16 // Wire SSL/TLS version negotiated for the session311 cipherSuite *cipherSuite // Ciphersuite negotiated for the session312 secret []byte // Secret associated with the session313 handshakeHash []byte // Handshake hash for Channel ID purposes.314 serverCertificates []*x509.Certificate // Certificate chain presented by the server315 serverDelegatedCredential []byte[all …]
2431 func generatePSKBinders(version uint16, hello *clientHelloMsg, session *ClientSessionState, firstCl…
303 type ClientSessionState struct { struct304 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.305 …icket []uint8 // Encrypted ticket used for session resumption with server306 vers uint16 // SSL/TLS version negotiated for the session307 wireVersion uint16 // Wire SSL/TLS version negotiated for the session308 cipherSuite *cipherSuite // Ciphersuite negotiated for the session309 secret []byte // Secret associated with the session310 handshakeHash []byte // Handshake hash for Channel ID purposes.311 serverCertificates []*x509.Certificate // Certificate chain presented by the server312 serverDelegatedCredential []byte[all …]
2423 func generatePSKBinders(version uint16, hello *clientHelloMsg, session *ClientSessionState, firstCl…
399 type ClientSessionState struct { struct400 session *SessionState408 func (cs *ClientSessionState) ResumptionState() (ticket []byte, state *SessionState, err error) {
376 Put(sessionKey string, cs *ClientSessionState)