Changeset c0a2ae1 in mod_gnutls
- Timestamp:
- Dec 10, 2007, 5:30:00 PM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 25dad18
- Parents:
- a2cb12f
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/10/07 17:30:00)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/10/07 17:30:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
ra2cb12f rc0a2ae1 12 12 13 13 Lines of Code in mod_ssl: 15,324 14 Lines of Code in mod_gnutls: 1,88614 Lines of Code in mod_gnutls: 3,594 15 15 16 16 Because of writing mod_gnutls, I now understand how input and output filters work, … … 64 64 # a more advanced configuration 65 65 GnuTLSCache dbm "/var/cache/www-tls-cache/cache" 66 GnuTLSCacheTimeout 500 67 GnuTLSProtocols TLS1.1 TLS1.0 SSL3.0 66 GnuTLSCacheTimeout 600 68 67 NameVirtualHost 1.2.3.4:443 69 68 … … 71 70 Servername server.com:443 72 71 GnuTLSEnable on 73 GnuTLSCiphers AES-128-CBC 3DES-CBC ARCFOUR-128 74 GnuTLSKeyExchangeAlgorithms RSA DHE-RSA DHE-DSS SRP SRP-RSA SRP-DSS 75 GnuTLSMACAlgorithms SHA1 MD5 76 GnuTLSCompressionMethods NULL 72 GnuTLSPriority NORMAL 77 73 # To export exactly the same environment variables as mod_ssl to CGI scripts. 78 74 GNUTLSExportCertificates on
Note: See TracChangeset
for help on using the changeset viewer.