diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-21 05:05:03 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-21 05:06:01 -0600 |
commit | e51077f12cec727c77e4dbb9a675a49ec4839aa2 (patch) | |
tree | 8f5cc1fd0b44ab6c6c29510ce237492959432100 | |
parent | 41a9d8fd04c8e38539670c486a7182335dddca6c (diff) | |
download | portable-e51077f12cec727c77e4dbb9a675a49ec4839aa2.tar.gz portable-e51077f12cec727c77e4dbb9a675a49ec4839aa2.tar.bz2 portable-e51077f12cec727c77e4dbb9a675a49ec4839aa2.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ LibreSSL Portable Release Notes: | |||
59 | valid UTF-8 without embedded NUL. | 59 | valid UTF-8 without embedded NUL. |
60 | - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. | 60 | - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. |
61 | - Removed support for ECDH_METHOD and ECDSA_METHOD. | 61 | - Removed support for ECDH_METHOD and ECDSA_METHOD. |
62 | - BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than | ||
63 | 32 kbits for primality. This mitigates various DoS vectors. | ||
62 | * Bug fixes | 64 | * Bug fixes |
63 | - Fixed aliasing issue in BN_mod_inverse(). | 65 | - Fixed aliasing issue in BN_mod_inverse(). |
64 | - Made CRYPTO_get_ex_new_index() not return 0 to allow applications | 66 | - Made CRYPTO_get_ex_new_index() not return 0 to allow applications |