Added info about GNU TLS.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 18:35:20 +0000 (20:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 18:35:20 +0000 (20:35 +0200)
doc/common
doc/installation.xml
doc/introduction.xml

index 3c4ff09..0c19be9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3c4ff09dc8ef24aa09fb3fad8630ec555c8e324c
+Subproject commit 0c19be9d4595cc8e596f3c884ed466dbd9b0737a
index c6f81f2..9e5452f 100644 (file)
       </varlistentry>
 
       <varlistentry><term>
+        <literal>--with-gnutls</literal>[=<replaceable>prefix</replaceable>]
+       </term>
+       <listitem><para>&yaz; will be linked with the GNU TLS libraries and
+         an SSL COMSTACK will be provided. By default configure enables
+         SSL support for YAZ if the GNU TLS development libraries are found
+         on the system.
+        </para></listitem>
+      </varlistentry>
+
+      <varlistentry><term>
         <literal>--with-openssl</literal>[=<replaceable>prefix</replaceable>]
        </term>
        <listitem><para>&yaz; will be linked with the OpenSSL libraries and
-         an SSL COMSTACK will be provided. Note that SSL support is still
-         experimental.
+         an SSL COMSTACK will be provided. If OpenSSL is enabled, GNU TLS
+         is automatically disabled.
         </para></listitem>
       </varlistentry>
 
index f2ca4ff..1010413 100644 (file)
@@ -31,6 +31,7 @@
      </para></listitem>
     <listitem><para>
       Secure Socket Layer support using
+      <ulink url="&url.gnutls;">GNU TLS</ulink> or
       <ulink url="&url.openssl;">OpenSSL</ulink>.
       If enabled, &yaz; uses HTTPS transport (for SOAP) or
       "Secure BER" (for Z39.50).