mod_gnutls, Apache GnuTLS module
================================

  https://mod.gnutls.org/

Mailing List:

  mod_gnutls development <mod_gnutls-devel@lists.gnutls.org>

Lead Maintainer:

  Fiona Klute <fiona.klute@gmx.de>

Past maintainers and other contributors:

  Daniel Kahn Gillmor <dkg@fifthhorseman.net> 
  Paul Querna <chip at force-elite.com>
  Nikos Mavrogiannopoulos <nmav at gnutls.org>
  Dash Shendy <neuromancer at dash.za.net>

Prerequisites
-------------

 * GnuTLS          >= 3.3 <https://www.gnutls.org/> (3.4 or newer recommended)
 * Apache HTTPD    >= 2.4.17 <https://httpd.apache.org/>
 * autotools, GNU make, & GCC
 * libmsv          >= 0.1 (Optional, enable with ./configure --enable-msva)
 * pandoc   (for documentation, optional)
 * pdflatex (for PDF documentation, optional)

Installation
------------

 tar xzvf mod_gnutls-version.tar.bz2
 cd mod_gnutls-version/
 autoreconf -fiv
 ./configure
 make
 make install
 # Configure & restart apache

It is recommended to run "make check" before "make install". You may
need to pass TEST_HOST or TEST_IP to ./configure for the tests to work
correctly, please see test/README for details.

If Doxygen is available, you can build internal API documentation
using "make doxygen-doc". The documentation will be placed in
doc/api/.

Configuration
-------------

Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is
available, HTML and PDF (requires pdflatex) documentation will be
built and installed as well.
