aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-31 00:30:03 -0600
committerTheo Buehler <tb@openbsd.org>2023-03-31 00:30:03 -0600
commit7b4991bf9713753f3931e98f60a4883ef8af668d (patch)
treee0f26f8bb546b24cbd24a33384f5bab128da24db
parente1e2c066bb9921cc078919ea69e94e0a9a35e7b7 (diff)
downloadportable-7b4991bf9713753f3931e98f60a4883ef8af668d.tar.gz
portable-7b4991bf9713753f3931e98f60a4883ef8af668d.tar.bz2
portable-7b4991bf9713753f3931e98f60a4883ef8af668d.zip
Mention error checking in i2d_ECDSA_SIG
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92658a1..3b4ef00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@ LibreSSL Portable Release Notes:
39 * Bug fixes 39 * Bug fixes
40 - Correctly reduce negative input to BN_mod_exp2_mont(). 40 - Correctly reduce negative input to BN_mod_exp2_mont().
41 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. 41 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.
42 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
42 * Testing and Proactive Security 43 * Testing and Proactive Security
43 - As always, new test coverage is added as bugs are fixed and subsystems 44 - As always, new test coverage is added as bugs are fixed and subsystems
44 are cleaned up. 45 are cleaned up.