mbedtls_ssl_ticket_rotate() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 if successful, or a specific MBEDTLS_ERR_XXX error code

Notes

\c name and \c k are recommended to be cryptographically random data. \c nlength must match sizeof( ctx->name ) \c klength must be sufficient for use by cipher specified to \c mbedtls_ssl_ticket_setup It is recommended to pick a reasonable lifetime so as not to negate the benefits of forward secrecy. The TLS 1.3 specification states that ticket lifetime must be smaller than seven days. If ticket lifetime has been set to a value greater than seven days in this module then if the TLS 1.3 is configured to send tickets after the handshake it will fail the connection when trying to send the first ticket.

References