Searched refs:age (Results 1 – 2 of 2) sorted by relevance
756 mbedtls_ms_time_t age = now - session_negotiate->ticket_reception_time; in ssl_prepare_client_hello() local757 if (age < 0 || in ssl_prepare_client_hello()758 age > (mbedtls_ms_time_t) session_negotiate->ticket_lifetime * 1000) { in ssl_prepare_client_hello()
579 instead of seconds. That avoids rounding errors when computing the age of1087 * In TLS 1.3, when using a ticket for session resumption, tweak its age1090 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller1091 than the age computed and transmitted by the client and thus potentially