aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-09-30 04:48:10 -0600
committerTheo Buehler <tb@openbsd.org>2025-09-30 04:48:44 -0600
commit10a20231f94b74283a78dbba73d1f0ddccff35f4 (patch)
tree7be1518b8e5cfa8389565904f18ebeb2793da2f2
parent6702db69c4d1dfd37cf7cd3fa5df8b56c63b06d0 (diff)
downloadportable-10a20231f94b74283a78dbba73d1f0ddccff35f4.tar.gz
portable-10a20231f94b74283a78dbba73d1f0ddccff35f4.tar.bz2
portable-10a20231f94b74283a78dbba73d1f0ddccff35f4.zip
Update ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd73de8..7ae3628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,11 @@ LibreSSL Portable Release Notes:
78 * Bug fixes 78 * Bug fixes
79 - Avoid pointer arithmetic on NULL for memory BIOs. 79 - Avoid pointer arithmetic on NULL for memory BIOs.
80 - Fix leaks and use-after-frees in PKCS7 attribute handling. 80 - Fix leaks and use-after-frees in PKCS7 attribute handling.
81 - Ensure p and q in RSA private key have a minimum distance of
82 2^(bits/2 - 100) as specified in NIST SP 800-56B Revision 2.
83 * Security fixes
84 - Fix out-of-bounds read and write, memory leaks and incorrect
85 error check for CMS enveloped data.
81 * Documentation 86 * Documentation
82 - Rewrote most of the EC documentation from scratch to be at least 87 - Rewrote most of the EC documentation from scratch to be at least
83 somewhat accurate and intelligible. 88 somewhat accurate and intelligible.