aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-08-11 17:03:11 -0600
committerTheo Buehler <tb@openbsd.org>2023-08-11 17:03:11 -0600
commit3b0e389fc36461cbac435b982dbd0f722d281f0b (patch)
tree881dbb3e914749d744be5c7f013be72aa9ecde9a
parent752eb8a4e96d62f7c8fc1468e73f2ef56c469e0c (diff)
downloadportable-3b0e389fc36461cbac435b982dbd0f722d281f0b.tar.gz
portable-3b0e389fc36461cbac435b982dbd0f722d281f0b.tar.bz2
portable-3b0e389fc36461cbac435b982dbd0f722d281f0b.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09a2b09..71d8114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,8 @@ LibreSSL Portable Release Notes:
56 - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs(). 56 - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs().
57 - Various improvements in the 'simple' EC code. 57 - Various improvements in the 'simple' EC code.
58 - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64. 58 - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64.
59 - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC
60 ASN.1 methods. Unified the coding style.
59 * New features 61 * New features
60 * Compatibility changes 62 * Compatibility changes
61 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain 63 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain