]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 30 Aug 2004 20:06:06 +0000 (20:06 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 30 Aug 2004 20:06:06 +0000 (20:06 +0000)
ChangeLog

index b6d6e5e2e0373b48cbc181bfa793aa5bd42607c3..fd2df50ca7a86563f59df96ea190b18272a22182 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-08-30 20:05:40  Brendan Cully  <brendan@kublai.com>  (roessler)
+
+       * globals.h, init.h, mutt_sasl.c, mutt_ssl.c: Here's a patch
+       to allow mutt to use SSL client certificates to authenticate
+       itself. To use, set ssl_client_cert to the path to your
+       certificate file (containing both the certificate and the private
+       key). It works with the SASL EXTERNAL authentication mechanism,
+       so you'll need to have SASL enabled as well.
+
 2004-08-30 20:03:35  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
 
        * init.c: Fix a memory leak in the generic spam detection code.