aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/uniformize_bounds_checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.d/uniformize_bounds_checks.txt')
-rw-r--r--ChangeLog.d/uniformize_bounds_checks.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ChangeLog.d/uniformize_bounds_checks.txt b/ChangeLog.d/uniformize_bounds_checks.txt
deleted file mode 100644
index 210ab1051..000000000
--- a/ChangeLog.d/uniformize_bounds_checks.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Bugfix
- * Add additional bounds checks in ssl_write_client_hello() preventing
- output buffer overflow if the configuration declared a buffer that was
- too small.
-Changes
- * Abort the ClientHello writing function as soon as some extension doesn't
- fit into the record buffer. Previously, such extensions were silently
- dropped. As a consequence, the TLS handshake now fails when the output
- buffer is not large enough to hold the ClientHello.