Update ChangeLog

This commit is contained in:
Theo Buehler 2023-07-21 05:05:03 -06:00
parent 41a9d8fd04
commit e51077f12c

View File

@ -59,6 +59,8 @@ LibreSSL Portable Release Notes:
valid UTF-8 without embedded NUL.
- Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
- Removed support for ECDH_METHOD and ECDSA_METHOD.
- BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than
32 kbits for primality. This mitigates various DoS vectors.
* Bug fixes
- Fixed aliasing issue in BN_mod_inverse().
- Made CRYPTO_get_ex_new_index() not return 0 to allow applications