Found 19 other functions taking a
mbedtls_ssl_session
argument:
Free referenced items in an SSL session including the peer certificate and clear memory
Save session structure as serialized data in a buffer. On client, this can be used for saving session data, potentially in non-volatile storage, for resuming later. On server, this can be used for alternative implementations of session cache or session tickets. \see mbedtls_ssl_session_load()
Initialize SSL session structure
Load serialized session data into a session structure. On client, this can be used for loading saved sessions before resuming them with mbedtls_ssl_set_session(). On server, this can be used for alternative implementations of session cache or session tickets. \warning If a peer certificate chain is associated with the session, the serialized state will only contain the peer's end-entity certificate and the result of the chain verification (unless verification was disabled), but not the rest of the chain. \see mbedtls_ssl_session_save() \see mbedtls_ssl_set_session()
Get the creation time of a session ticket.
Load a session for session resumption. Sessions loaded through this call will be considered for session resumption in the next handshake. \sa mbedtls_ssl_get_session() \sa mbedtls_ssl_session_load()
Export a session in order to resume it later. \sa mbedtls_ssl_set_session() \sa mbedtls_ssl_session_save()
Cache get callback implementation (Thread-safe if MBEDTLS_THREADING_C is enabled)
Cache set callback implementation (Thread-safe if MBEDTLS_THREADING_C is enabled)
Implementation of the ticket write callback
Implementation of the ticket parse callback
Get the session-id buffer.
Get the size of the session-id.