1
0
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:
Paul Elliott
2022-06-08 13:39:52 +01:00
committed by GitHub
6 changed files with 60 additions and 39 deletions

View 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.