mbedtls_ssl_session_get_ticket_creation_time() function
Get the creation time of a session ticket.
Arguments
ticket_creation_time
On exit, holds the ticket creation time in milliseconds.
Return value
0 on success, MBEDTLS_ERR_SSL_BAD_INPUT_DATA if an input is not valid.
Notes
See the documentation of \c ticket_creation_time for information about the intended usage of this function.