summaryrefslogtreecommitdiffstats
path: root/imap/ChangeLog
diff options
context:
space:
mode:
authorSam Varshavchik2020-02-25 20:40:21 -0500
committerSam Varshavchik2020-02-25 20:40:21 -0500
commit80a7d970578c67841992bd3ba609e833767be573 (patch)
treefb1ff22c45256fd64fe7b67e1554aa535cbc576e /imap/ChangeLog
parent3da30ee9da4a31dd792a5d756b0820d473205507 (diff)
downloadcourier-libs-80a7d970578c67841992bd3ba609e833767be573.tar.bz2
Fix SSL cert authentication.
Diffstat (limited to 'imap/ChangeLog')
-rw-r--r--imap/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog
index 8cd6989..3076ca9 100644
--- a/imap/ChangeLog
+++ b/imap/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-25 FlorianMickler <florian@mickler.org>
+
+ * tcpd/starttls.c (dossl): Start client after negotiating SSL,
+ in order to allow EXTERNAL client certificate authentication.
+
2019-12-05 Sam Varshavchik <mrsam@courier-mta.com>
* Fix virtual IP and hostname handling when using GnuTLS for SSL.