mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
@ -208,7 +208,7 @@ static int ssl_tls13_offered_psks_check_identity_match_ticket(
|
||||
if( age_in_s > 604800 )
|
||||
{
|
||||
MBEDTLS_SSL_DEBUG_MSG(
|
||||
3, ( "Ticket age exceed limitation ticket_age=%lu",
|
||||
3, ( "Ticket age exceeds limitation ticket_age=%lu",
|
||||
(long unsigned int)age_in_s ) );
|
||||
goto exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user