Add changlog entry.
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
bdb936b7a5
commit
99e902f479
1 changed files with 6 additions and 0 deletions
6
ChangeLog.d/workaround_gnutls_anti_replay_fail.txt
Normal file
6
ChangeLog.d/workaround_gnutls_anti_replay_fail.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Bugfix
|
||||
* Workaround #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 greater than
|
||||
GnuTLS server. Reduce 1 if the age is greater than 1 second to workaround
|
||||
it.
|
Loading…
Reference in a new issue