mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Add ChangeLog entry for verify_result hardening
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
5
ChangeLog.d/verify-result-default-value.txt
Normal file
5
ChangeLog.d/verify-result-default-value.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
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).
|
||||
Reference in New Issue
Block a user