- Timestamp:
- Jan 11, 2013, 12:56:01 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- dc1e7e6, e86847d
- Parents:
- a4839ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
ra4839ae r2a2272d 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.