Abstract
mod_gnutls uses the GnuTLS library
to provide SSL 3.0, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. It is similar to
mod_ssl
in purpose, but does not use OpenSSL.
FeaturesDocumentationChange Log
-
Version 0.5.5:
06/13/2009
- Removed limits on CA certificate loading.
- Do not allow sending empty TLS packets even when instructed
to.
-
Version 0.5.4:
01/04/2009
- Corrected compilation errors in Darwin.
- Added patch by Alain Knaff to fix issue with mod_proxy.
- libgnutls detection uses pkg-config.
-
Version 0.5.3:
10/16/2008
- Corrected bug that dissallowed having an OpenPGP-only web site.
-
Version 0.5.2:
06/29/2008
- Depend on gnutls 2.4.0 for better OpenPGP support.
-
Version 0.5.1:
03/05/2008
- Better checking of memcached.
- Added option to disable srp support (for distribution that do
not ship a complete gnutls library).
- Fixed possible memory leaks in the session resuming
database
-
Version 0.4.3:
03/05/2008
- Better checking of memcached.
- Added option to disable srp support (for distribution that do
not ship a complete gnutls library).
- Fixed possible memory leaks in the session resuming
database
-
Version 0.4.2.1:
12/10/2007
- Added support for sending certificate chains.
- Corrected bug which did not allow the TLS session cache to be
used.
- Do not allow resuming sessions on different servers.
-
Version 0.4.1:
12/03/2007
- Added support for subject alternative names in
certificates.
- Better handling of configuration directives.
-
Version 0.4.0:
11/25/2007
- Updated the way to set ciphersuite priorities.
-
Version 0.3.4:
11/15/2007
-
Version 0.2.0:
04/25/2005
- RFC 3546 Server Name Indication Support
- Initial Client Certificate Authentication Support.
- Source Code reorganization.
- Improved memcache support.
-
Version 0.1.1:
04/08/2005
- Initial Support for Apache HTTPD 2.0.x
- Extra Debugging Code accidentally left on in the 0.1.0 release
now requires
--enable-maintainer
to be passed to configure
-
Version 0.1.0:
04/06/2005
-
Initial Public Release
Downloads
Stable branch
Old Stable branch
Repositories
Mailing Lists
There are two mailing lists for mod_gnutls. The first is the generic
announcement mailing list which provides announcements for all software releases
on OutOfOrder.cc, but can be filtered by choosing topics in the mailing list
options page. The second is the user mailing list.
Release announcements will be cross posted to both lists.
Note: E-mails come from the lists.outoforder.cc domain
for all mailing lists. If your e-mail gateway has a challenge/response
systems configured, you will need to add an excemption for this domain
in order to subscribe.
Contact & Help
Send an e-mail to the mod_gnutls mailing list.
Bugs should be reported to the OutOfOrder.cc Bug Tracker.
|