aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35dc421..d8eea1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -119,6 +119,9 @@ LibreSSL Portable Release Notes:
119 - Add missing length checks before BIO_new_mem_buf() in libtls. 119 - Add missing length checks before BIO_new_mem_buf() in libtls.
120 - Improve libtls error reporting consistency, avoid reporting 120 - Improve libtls error reporting consistency, avoid reporting
121 unrelated errnos. 121 unrelated errnos.
122 - Fix SAN dNSName constraints: instead of substring matching,
123 match exactly and allow zero or more components in front of
124 the candidate.
122 * Reliability fix 125 * Reliability fix
123 - Fix off-by-one error in the X.509 verifier depth checking. This can 126 - Fix off-by-one error in the X.509 verifier depth checking. This can
124 lead to a 4-byte overwrite on heap allocated memory for clients 127 lead to a 4-byte overwrite on heap allocated memory for clients