diff INSTALL @ 623:3fa9e363cd3d HEAD

SSL fixes and doc updates.
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Nov 2002 16:18:05 +0200
parents b66ccecbc8a6
children d8d8ec83c2f7
line wrap: on
line diff
--- a/INSTALL	Wed Nov 20 16:05:13 2002 +0200
+++ b/INSTALL	Wed Nov 20 16:18:05 2002 +0200
@@ -19,8 +19,12 @@
 SSL/TLS
 -------
 
-GNUTLS v0.5.5 or later is required to enable SSL and TLS support. OpenSSL
-isn't supported. You can get GNUTLS from http://www.gnutls.org/
+Dovecot supports both GNUTLS and OpenSSL. Dovecot prefers GNUTLS if it's
+found, but fallbacks to OpenSSL. If you wish to force using OpenSSL, give
+--with-ssl=openssl to configure.
+
+For GNUTLS support you need version 0.5.5 or later. You can get GNUTLS from
+http://www.gnutls.org/
 
 
 Optional configure options
@@ -70,6 +74,6 @@
 Specify which authentication modules to use. Disabling them give you a few
 bytes smaller binary, but not much else.
 
-  --with-gnutls           Build with GNUTLS (default)
+  --with-ssl=gnutls|openssl Build with GNUTLS (default) or OpenSSL
 
-Use GNUTLS for SSL and TLS support.
+Specify wanted SSL library.