diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-06-25 07:57:17 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-06-25 07:57:17 -0600 |
| commit | 12769568340e4e9d423db670891575e069403334 (patch) | |
| tree | df305d0ace76636fb2d357f43546af6e44d73826 /ChangeLog | |
| parent | c6fcebf9e3cc2c39bdbb482855b497c9d5ff762b (diff) | |
| download | portable-12769568340e4e9d423db670891575e069403334.tar.gz portable-12769568340e4e9d423db670891575e069403334.tar.bz2 portable-12769568340e4e9d423db670891575e069403334.zip | |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |
