aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 938f46c..35dc421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -116,6 +116,9 @@ LibreSSL Portable Release Notes:
116 has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS. 116 has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS.
117 - Fix NULL dereference that can be triggered with malformed OAEP 117 - Fix NULL dereference that can be triggered with malformed OAEP
118 parameter encoding for CMS decryption. 118 parameter encoding for CMS decryption.
119 - Add missing length checks before BIO_new_mem_buf() in libtls.
120 - Improve libtls error reporting consistency, avoid reporting
121 unrelated errnos.
119 * Reliability fix 122 * Reliability fix
120 - Fix off-by-one error in the X.509 verifier depth checking. This can 123 - Fix off-by-one error in the X.509 verifier depth checking. This can
121 lead to a 4-byte overwrite on heap allocated memory for clients 124 lead to a 4-byte overwrite on heap allocated memory for clients