aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a24c37b..9d1cf86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,17 +43,18 @@ LibreSSL Portable Release Notes:
43 - Removed code guarded by #ifdef ZLIB. 43 - Removed code guarded by #ifdef ZLIB.
44 - Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with 44 - Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with
45 Ed25519 and fixed a few bugs in there. 45 Ed25519 and fixed a few bugs in there.
46 - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
47 - Fixed various issues with EVP_PKEY_CTX_{new,dup}(). 46 - Fixed various issues with EVP_PKEY_CTX_{new,dup}().
48 - Improved X.509 certificate version checks. 47 - Improved X.509 certificate version checks.
49 - Cleaned up handling of elliptic curve cofactors. 48 - Cleaned up handling of elliptic curve cofactors.
50 - Made BN_num_bits() independent of bn->top. 49 - Made BN_num_bits() independent of bn->top.
51 - Rewrote and simplified bn_sqr(). 50 - Rewrote and simplified bn_sqr().
52 - Removed EC_GROUP precomp machinery. 51 - Removed EC_GROUP precomp machinery.
52 - Ensure no X.509v3 extensions appear more than once in certificates.
53 * New features 53 * New features
54 * Compatibility changes 54 * Compatibility changes
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 * Bug fixes 58 * Bug fixes
58 - Fixed aliasing issue in BN_mod_inverse(). 59 - Fixed aliasing issue in BN_mod_inverse().
59 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications 60 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications