aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gnutls/files
Commit message (Collapse)AuthorAgeFilesLines
* - update to version 0.5.9Olli Hauer2011-06-201-3/+0
| | | | | | | | | | | | | | | | | | | | | Changes: ** Version 0.5.9 (2010-09-24) - Corrected behavior in Keep-Alive connections (do not terminate the connection prematurely) - The GnuTLSCache variable now can be given the specific option "gdbm" instead of "dbm". "dbm" will use the berkeley db type of libapr while gdbm will force gdbm to be used. sdbm is no longer being used due to serious limitations. ** Version 0.5.8 (2010-08-18) - Session tickets are enabled by default. PR: ports/157651 Submitted by: Fumiyuki Shimizu <fumifumi _at_ abacustech.jp> (maintainer) Notes: svn path=/head/; revision=275917
* mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLSMartin Wilke2011-02-142-0/+33
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL. WWW: http://www.outoforder.cc/projects/apache/mod_gnutls/ PR: ports/154463 Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp> Notes: svn path=/head/; revision=269128