mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
Changes
|
|
* Harden mbedtls_ssl_get_verify_result() against misuse.
|
|
Return failure if the handshake has not yet been attempted. Previously
|
|
the result of verification was zero-initialized so the function would
|
|
return 0 (indicating success).
|