Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- Dec 12, 2016, 2:50:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 10 10 == Features == 11 11 12 * Support for the legacy [RFC:6061 SSL 3.0] protocol13 12 * Support for latest TLS Protocols ([RFC:2246 1.0]|[RFC:4346 1.1]|[RFC:5246 1.2]) 14 13 * Support for client certificates. … … 18 17 * Support for [WikiPedia:Server_Name_Indication Server Name Indication]. 19 18 * Distributed SSL/TLS Session Cache via [http://www.danga.com/memcached/ Memcached]. 20 * Local SSL/TLS Session Cache using GDBM or DBM (needs Berkeley DBM support). 21 * Support for Session Tickets instead of Session Caching 22 * Compatible with mod_ssl's Enviromental Variables. 23 * Small and focused code base. 19 * Local SSL/TLS Session Cache using GDBM or Berkeley DB. 20 * Support for TLS Session Tickets and Session Caching 21 * Compatible with mod_ssl's Environment Variables. 24 22 * Support for TLS proxy termination and TLS reverse proxy connections. 25 23 * PKCS !#11 support for access to private keys and certificates. 24 * OCSP stapling support (TLS extension Certificate Status Request, RFC:6066, Section 8) 26 25 27 26 == Contact == … … 29 28 If you run into trouble, have a question, a feature suggestion, or a great new idea, we want to hear about it! 30 29 31 You can [/newticket file a ticket], and you can [http://lists.gnupg.org/mailman/listinfo/mod_gnutls-devel use the mailing list]. Some developers also hang out on IRC on the `#mod_gnutls` channel on `irc.indymedia.org`.30 You can [/newticket file a ticket], and you can [http://lists.gnupg.org/mailman/listinfo/mod_gnutls-devel use the mailing list]. If you want to contribute, patches or pull requests are welcome. Some developers also hang out on IRC on the `#mod_gnutls` channel on `irc.indymedia.org`.