summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-10-16 00:24:07 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-10-16 00:24:07 +0100
commit32b11385ddced7eafe68c60eebbb2c81979ce35f (patch)
tree92f1b2625ec3b611f741d19e46d3c0b388727e22 /doc
parent1843f70b733127fcba3321d9d69359e05905f8cc (diff)
Fix ALPN/OpenSSL. Bug 2815
Broken-by: c4b4086235
Diffstat (limited to 'doc')
-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 1a29ae50b..811d12362 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -25,6 +25,9 @@ JH/05 Bug 2819: speed up command-line messages being read in. Previously a
time check was being done for every character; replace that with one
per buffer.
+JH/06 Bug 2815: Fix ALPN sent by server under OpenSSL. Previously the string
+ sent was prefixed with a length byte.
+
Exim version 4.95
-----------------