aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-07-28 06:00:54 -0600
committerTheo Buehler <tb@openbsd.org>2023-07-28 06:01:19 -0600
commita7bf3b95a53d4ab2ae5bd06848f4fadccc5ef5e2 (patch)
tree079ec7634d02320e0afb945222ca05e63d1966e1
parent75f90d9557dc2ab722052d2fccaf61bc65c79375 (diff)
downloadportable-a7bf3b95a53d4ab2ae5bd06848f4fadccc5ef5e2.tar.gz
portable-a7bf3b95a53d4ab2ae5bd06848f4fadccc5ef5e2.tar.bz2
portable-a7bf3b95a53d4ab2ae5bd06848f4fadccc5ef5e2.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3030fe1..9618feb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,6 +64,14 @@ LibreSSL Portable Release Notes:
64 - Removed support for ECDH_METHOD and ECDSA_METHOD. 64 - Removed support for ECDH_METHOD and ECDSA_METHOD.
65 - BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than 65 - BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than
66 32 kbits for primality. This mitigates various DoS vectors. 66 32 kbits for primality. This mitigates various DoS vectors.
67 - Comp was removed.
68 - Dynamic loading of conf modules is no longer supported.
69 - DSO was removed and OPENSSL_NO_DSO is defined.
70 - ENGINE support was removed and OPENSSL_NO_ENGINE is set. In spite
71 of this, some stub functions are provided to avoid patching some
72 applications that do not honor OPENSSL_NO_ENGINE.
73 - It is no longer possible to make the library use your own error
74 stack or ex_data implementation.
67 * Bug fixes 75 * Bug fixes
68 - Fixed aliasing issue in BN_mod_inverse(). 76 - Fixed aliasing issue in BN_mod_inverse().
69 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications 77 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications