Home
last modified time | relevance | path

Searched defs:ClientSessionState (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go241 type ClientSessionState struct { struct
242 … []uint8 // Session ID supplied by the server. nil if the session has a ticket.
243 …essionTicket []uint8 // Encrypted ticket used for session resumption with server
244 vers uint16 // SSL/TLS version negotiated for the session
245 cipherSuite uint16 // Ciphersuite negotiated for the session
246 masterSecret []byte // MasterSecret generated by client on a full handshake
247 handshakeHash []byte // Handshake hash for Channel ID purposes.
248 serverCertificates []*x509.Certificate // Certificate chain presented by the server
249 …terSecret bool // Whether an extended master secret was used to generate the session
250 sctList []byte
[all …]