Update ChangeLog

This commit is contained in:
Theo Buehler
2025-09-30 04:48:10 -06:00
parent 6702db69c4
commit 10a20231f9

View File

@@ -78,6 +78,11 @@ LibreSSL Portable Release Notes:
* Bug fixes
- Avoid pointer arithmetic on NULL for memory BIOs.
- Fix leaks and use-after-frees in PKCS7 attribute handling.
- Ensure p and q in RSA private key have a minimum distance of
2^(bits/2 - 100) as specified in NIST SP 800-56B Revision 2.
* Security fixes
- Fix out-of-bounds read and write, memory leaks and incorrect
error check for CMS enveloped data.
* Documentation
- Rewrote most of the EC documentation from scratch to be at least
somewhat accurate and intelligible.