aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 882b831..5b03040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,7 @@ LibreSSL Portable Release Notes:
55 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain 55 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
56 valid UTF-8 without embedded NUL. 56 valid UTF-8 without embedded NUL.
57 - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. 57 - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
58 - Removed support for ECDH_METHOD and ECDSA_METHOD.
58 * Bug fixes 59 * Bug fixes
59 - Fixed aliasing issue in BN_mod_inverse(). 60 - Fixed aliasing issue in BN_mod_inverse().
60 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications 61 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications