aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-30 12:28:53 -0700
committerTheo Buehler <tb@openbsd.org>2023-12-30 12:28:53 -0700
commit0b6d6610c989cc203c5a71550f8b016fe962b665 (patch)
treebc4856410743576333f4642c33746f60bf6f4b4f
parentfa9745041e5a3ddce4cfbce85e8e8fd1d9f292f5 (diff)
downloadportable-0b6d6610c989cc203c5a71550f8b016fe962b665.tar.gz
portable-0b6d6610c989cc203c5a71550f8b016fe962b665.tar.bz2
portable-0b6d6610c989cc203c5a71550f8b016fe962b665.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c65bb9..f78baa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,7 @@ LibreSSL Portable Release Notes:
52 - The thread unsafe global tables are no longer supported. It is no 52 - The thread unsafe global tables are no longer supported. It is no
53 longer possible to add aliases for ciphers and digests, custom ASN.1 53 longer possible to add aliases for ciphers and digests, custom ASN.1
54 strings table entries, ASN.1 methods, or X.509 extensions. 54 strings table entries, ASN.1 methods, or X.509 extensions.
55 - Turn the long dysfunctional openss(1) s_client -pause into a noop.
55 * Bug fixes 56 * Bug fixes
56 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). 57 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
57 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and 58 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and