aboutsummaryrefslogtreecommitdiffstats
path: root/include
ModeNameSize
-rw-r--r--mod_gnutls.h.in9854logstatsplain
vatar' /> Nokis Mavrogiannopoulos 2009-07-20 | * Applied patch of jmdesp that allows certificate lists by client.Gravatar Nokis Mavrogiannopoulos 2009-07-20 | * only call gnutls_bye on non null gnutls session.Gravatar Nokis Mavrogiannopoulos 2009-07-20 | * Avoid requesting certificate from client when we already have it. Patch by ↵Gravatar Nokis Mavrogiannopoulos 2009-06-30 | | | | AlainKnaff. * Applied patch by AlainKnaff to correctly verify certificates per directory. ↵Gravatar Nokis Mavrogiannopoulos 2009-06-30 | | | | | | | Patch by AlainKnaff. Solves: http://issues.outoforder.cc/view.php?id=93 * set srp username to empty string. Solves ↵Gravatar Nokis Mavrogiannopoulos 2009-06-30 | | | | http://issues.outoforder.cc/view.php?id=92 * Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nokis Mavrogiannopoulos 2009-06-30 | * Allow openpgp certificates that have infinite expiration time. Suggestion by ↵Gravatar Nokis Mavrogiannopoulos 2009-06-30 | | | | MattLoar at http://issues.outoforder.cc/view.php?id=96. * Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes ↵Gravatar Nokis Mavrogiannopoulos 2009-06-30 | | | | Taifersar Arahesis <arfrever.fta@gmail.com>. * do not try to send empty packs using TLS. This this has a special meaning ↵Gravatar Nokis Mavrogiannopoulos 2009-06-13 | | | | and could result in clients closing connections. * if private key import fails try as pkcs8 key.