mbedtls/ChangeLog.d/mbedtls_ecdsa_can_do-unconditional-define.txt
JonathanWitthoeft 2a878a85a6
Adjust ChangeLog
Signed-off-by: JonathanWitthoeft <jonw@gridconnect.com>
2023-04-26 19:00:46 -05:00

3 lines
146 B
Text

Bugfix
* Fix an error when MBEDTLS_ECDSA_SIGN_ALT is defined but not
MBEDTLS_ECDSA_VERIFY_ALT, causing ecdsa verify to fail. Fixes #7498.