diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-21 02:39:32 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-21 02:39:32 -0600 |
commit | bc2f9954b5bfea08de763d5a1e12e77ee97907fe (patch) | |
tree | 2143ebf58e053ca9ddd320b6d54875aac36a9064 | |
parent | ee0a1048b88dde6ba44b7b004c501e887daab395 (diff) | |
download | portable-bc2f9954b5bfea08de763d5a1e12e77ee97907fe.tar.gz portable-bc2f9954b5bfea08de763d5a1e12e77ee97907fe.tar.bz2 portable-bc2f9954b5bfea08de763d5a1e12e77ee97907fe.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ LibreSSL Portable Release Notes: | |||
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. | 46 | - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. |
47 | - Fixed various issues with EVP_PKEY_CTX_{new,dup}(). | ||
48 | - Improved X.509 certificate version checks. | ||
49 | - Cleaned up handling of elliptic curve cofactors. | ||
50 | - Made BN_num_bits() independent of bn->top. | ||
47 | * New features | 51 | * New features |
48 | * Compatibility changes | 52 | * Compatibility changes |
49 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain | 53 | - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain |