mod_gnutls, Apache GnuTLS module ================================ https://mod.gnutls.org/ Mailing List: mod_gnutls development Lead Maintainer: Fiona Klute Past maintainers and other contributors: Daniel Kahn Gillmor Paul Querna Nikos Mavrogiannopoulos Dash Shendy Prerequisites ------------- * GnuTLS >= 3.6.3 * Apache HTTPD >= 2.4.17 * autotools, GNU make, & GCC * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) * Python 3 (for tests) * PyYAML * 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.