aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gnutls/files
Commit message (Collapse)AuthorAgeFilesLines
* www/mod_gnutls: update to 0.12.0 (+)Dima Panov2022-09-034-9/+24
| | | | | | | Major change is three fixes that make mod_gnutls compatible with the Let's Encrypt OCSP responder for OCSP stapling. With hat: ports-secteam
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508913
* Resurrect www/mod_gnutls and update to 0.8.2.Jung-uk Kim2017-08-244-0/+107
| | | | Notes: svn path=/head/; revision=448644
* Remove non staged ports without pending PR from wwwBaptiste Daroussin2014-09-022-30/+0
| | | | Notes: svn path=/head/; revision=366983
* - 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