aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.