mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-06 02:09:55 +00:00
Add changelog entry for anti_replay_fail
Signed-off-by: Jerry Yu <[email protected]>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
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.
|
||||||
Reference in New Issue
Block a user