Add change log
Add change log for the bug fixed in "fix move state to handshake over fail" commit Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
00e5eaad62
commit
5313f034b4
1 changed files with 5 additions and 0 deletions
5
ChangeLog.d/tls13-fix-finished-fetch.txt
Normal file
5
ChangeLog.d/tls13-fix-finished-fetch.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Bugfix
|
||||
* Fix handshake failure when the peer Finished message has not been received
|
||||
yet when we first try to fetch it. The fetching is moved before the
|
||||
preprocessing computations to avoid doing them multiple times, which was
|
||||
causing the handshake to fail.
|
Loading…
Reference in a new issue