mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests
Pr/add-tls13-moving-state-tests
This commit is contained in:
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.
|
Reference in New Issue
Block a user