Files
torzu/externals/mbedtls/ChangeLog.d/gnutls_anti_replay_fail.txt
2024-04-05 01:58:27 +02:00

6 lines
267 B
Plaintext

Bugfix
* Switch to milliseconds as the unit for ticket creation and reception time
instead of seconds. That avoids rounding errors when computing the age of
tickets compared to peer using a millisecond clock (observed with GnuTLS).
Fixes #6623.