aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-01-13 06:11:32 -0700
committerTheo Buehler <tb@openbsd.org>2024-01-13 06:11:32 -0700
commit62643dbd4795aaa795af55cc93e4b9f3ee0c90c7 (patch)
tree44bf6a4fc880cb8f97aece188b3f2cc213a0bd81
parent29581725a3aab2a1740c7384aeff8d59780c36ad (diff)
downloadportable-62643dbd4795aaa795af55cc93e4b9f3ee0c90c7.tar.gz
portable-62643dbd4795aaa795af55cc93e4b9f3ee0c90c7.tar.bz2
portable-62643dbd4795aaa795af55cc93e4b9f3ee0c90c7.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c884db9..fa2dc16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,9 @@ LibreSSL Portable Release Notes:
51 * Compatibility changes 51 * Compatibility changes
52 - Added ChaCha20 and chacha20 aliases for ChaCha. 52 - Added ChaCha20 and chacha20 aliases for ChaCha.
53 - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). 53 - SSL_library_init() now has the same effect as OPENSSL_init_ssl().
54 - EVP_add_{cipher,digest}() were removed. From the OBJ_NAME API,
55 only OBJ_NAME_do_all*() remain. In particular, it is no longer
56 possible to add aliases for ciphers and digests.
54 - The thread unsafe global tables are no longer supported. It is no 57 - The thread unsafe global tables are no longer supported. It is no
55 longer possible to add aliases for ciphers and digests, custom ASN.1 58 longer possible to add aliases for ciphers and digests, custom ASN.1
56 strings table entries, ASN.1 methods, PKEY methods, digest methods, 59 strings table entries, ASN.1 methods, PKEY methods, digest methods,
@@ -58,7 +61,6 @@ LibreSSL Portable Release Notes:
58 - Turn the long dysfunctional openssl(1) s_client -pause into a noop. 61 - Turn the long dysfunctional openssl(1) s_client -pause into a noop.
59 - openssl(1) x509 now supports -force_pubkey, -multivalue-rdn, 62 - openssl(1) x509 now supports -force_pubkey, -multivalue-rdn,
60 -set_issuer, -set_subject, and -utf8. 63 -set_issuer, -set_subject, and -utf8.
61 openssl(1) x509
62 * Bug fixes 64 * Bug fixes
63 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). 65 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
64 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and 66 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and