From 10a20231f94b74283a78dbba73d1f0ddccff35f4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 30 Sep 2025 04:48:10 -0600 Subject: Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd73de8..7ae3628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.3-55-g6feb