mbedtls/ChangeLog.d/gnutls_anti_replay_fail.txt
Jerry Yu fe38e948b8 Add changelog entry for anti_replay_fail
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
2023-11-21 09:58:18 +08:00

4 lines
247 B
Text

Bugfix
* Fixes #6623. That is time unit issue. The unit of ticket age is seconds in
MBedTLS and milliseconds in GnuTLS. If the real age is 10ms, it might be
1s(1000ms), as a result, the age of MBedTLS is bigger than GnuTLS server.