New session (sets session start time)
Load a session from DER representation (created by DER_encode)
Load a session from PEM representation (created by PEM_encode)
Encode this session data for storage Notes: if the master secret is compromised so is the session traffic
Encode this session data for storage Notes: if the master secret is compromised so is the session traffic
Get the version of the saved session
Get the ciphersuite info of the saved session
Get the ciphersuite code of the saved session
Get the compression method used in the saved session
Encrypt a session (useful for serialization or session tickets)
Get the negotiated maximum fragment size (or 0 if default)
Get the saved master secret
Get the original handshake hash (For ChannelID Resumption)
Return the certificate chain of the peer (possibly empty)
Return how long this session has existed (in seconds)
Get the session identifier
Return the session ticket the server gave us
Get which side of the connection the resumed session we are/were acting as.
Get the SRP identity (if sent by the client in the initial handshake)
Get the wall clock time this session began
Returns whether the session was negotiated with an extended master secret
Decrypt a session created by encrypt
Decrypt a session created by encrypt
Class representing a TLS session state