summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-08-27 21:58:27 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-08-29 16:15:17 +0200
commitfc55624df0c1956b7b6b4ae35605a6b95704d022 (patch)
tree3918345480134eb89e5ce443c8d5dfe0a18022e5 /doc/doc-txt
parentc5b0340697326238b0e2afd9d341185077d60d35 (diff)
Testcase for handling of -H files for excessive long '-KEY' lines
Thanks to Qualys for their analysis. This bug was fixed independently by JGH. Tidy.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index c3972d2da..158871bed 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -17,6 +17,9 @@ JH/02 OpenSSL: Suppress the sending of (stateful) TLS1.3 session tickets.
JH/03 Debug output for ACL now gives the config file name and line number for
each verb.
+HS/01 Fix handling of very log lines in -H files. If a -<key> <value>
+ line caused the extension of big_buffer, the following lines where
+ ignored.
JH/04 The default received_header_text now uses the RFC 8314 tls cipher clause.