mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
improve document about session tickets
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -4139,14 +4139,15 @@ void mbedtls_ssl_conf_session_tickets( mbedtls_ssl_config *conf, int use_tickets
|
|||||||
/**
|
/**
|
||||||
* \brief Number of NewSessionTicket messages for the server to send
|
* \brief Number of NewSessionTicket messages for the server to send
|
||||||
* after handshake completion.
|
* after handshake completion.
|
||||||
|
*
|
||||||
* \note The default value is
|
* \note The default value is
|
||||||
* MBEDTLS_SSL_TLS1_3_DEFAULT_NEW_SESSION_TICKETS.
|
* \c MBEDTLS_SSL_TLS1_3_DEFAULT_NEW_SESSION_TICKETS.
|
||||||
* \note In case of a session resumption, this setting only partially
|
*
|
||||||
* apply. At most one ticket is sent in that case to just review the
|
* \note In case of a session resumption, this setting only partially apply.
|
||||||
* pool of tickets of the client. The rationale is to avoid the
|
* At most one ticket is sent in that case to just renew the pool of
|
||||||
* number of tickets on the server to become rapidly out of
|
* tickets of the client. The rationale is to avoid the number of
|
||||||
* control when the server has the same configuration for all its
|
* tickets on the server to become rapidly out of control when the
|
||||||
* connection instances.
|
* server has the same configuration for all its connection instances.
|
||||||
*
|
*
|
||||||
* \param conf SSL configuration
|
* \param conf SSL configuration
|
||||||
* \param num_tickets Number of NewSessionTicket.
|
* \param num_tickets Number of NewSessionTicket.
|
||||||
|
Reference in New Issue
Block a user