From 7b4991bf9713753f3931e98f60a4883ef8af668d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 31 Mar 2023 00:30:03 -0600 Subject: Mention error checking in i2d_ECDSA_SIG --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 92658a1..3b4ef00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ LibreSSL Portable Release Notes: * Bug fixes - Correctly reduce negative input to BN_mod_exp2_mont(). - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. + - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). * Testing and Proactive Security - As always, new test coverage is added as bugs are fixed and subsystems are cleaned up. -- cgit v1.2.3-55-g6feb