Adjust ChangeLog

Signed-off-by: JonathanWitthoeft <jonw@gridconnect.com>
This commit is contained in:
JonathanWitthoeft
2023-04-26 16:17:12 -05:00
parent 9b265180cc
commit 2a878a85a6

View File

@@ -1,4 +1,3 @@
Bugfix
* Removes !ECDSA_SIGN_ALT condition around mbedtls_ecdsa_can_do
definition, so that mbedtls_ecdsa_verify_restartable will not
automatically fail.
* Fix an error when MBEDTLS_ECDSA_SIGN_ALT is defined but not
MBEDTLS_ECDSA_VERIFY_ALT, causing ecdsa verify to fail. Fixes #7498.