aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-28 14:25:11 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-28 14:27:10 -0600
commit559f40996a938c8563821e0920974d3779f29c6a (patch)
tree7aaf6263df58b3cbd99ea4718b28a16107fb7040
parent3bfd835ae32e840f9d0a59cfaad99ffc60abf00b (diff)
downloadportable-559f40996a938c8563821e0920974d3779f29c6a.tar.gz
portable-559f40996a938c8563821e0920974d3779f29c6a.tar.bz2
portable-559f40996a938c8563821e0920974d3779f29c6a.zip
Update ChangeLog
Diffstat (limited to '')
-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