mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
|
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.
|