Searched refs:age (Results 1 – 3 of 3) sorted by relevance
755 mbedtls_ms_time_t age = now - session_negotiate->ticket_reception_time; in ssl_prepare_client_hello() local756 if (age < 0 || in ssl_prepare_client_hello()757 age > (mbedtls_ms_time_t) session_negotiate->ticket_lifetime * 1000) { in ssl_prepare_client_hello()
214 As of Mbed TLS 3.6.1, there is no tracking of a key's usage frequency or age. The slot eviction cod…
386 instead of seconds. That avoids rounding errors when computing the age of894 * In TLS 1.3, when using a ticket for session resumption, tweak its age897 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller898 than the age computed and transmitted by the client and thus potentially