aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b05429..055e2f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,8 @@ LibreSSL Portable Release Notes:
59 valid UTF-8 without embedded NUL. 59 valid UTF-8 without embedded NUL.
60 - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. 60 - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
61 - Removed support for ECDH_METHOD and ECDSA_METHOD. 61 - Removed support for ECDH_METHOD and ECDSA_METHOD.
62 - BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than
63 32 kbits for primality. This mitigates various DoS vectors.
62 * Bug fixes 64 * Bug fixes
63 - Fixed aliasing issue in BN_mod_inverse(). 65 - Fixed aliasing issue in BN_mod_inverse().
64 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications 66 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications