summaryrefslogtreecommitdiffstatsabout
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Corrected issue with firefox and long post data (had to do ...Nokis Mavrogiannopoulos2010-03-151-1/+13
* On connection termination be polite and send a bye (common handling of EOC an...Nokis Mavrogiannopoulos2009-07-211-6/+14
* removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Nokis Mavrogiannopoulos2009-07-211-1/+1
* More fixes related to bug #102Nokis Mavrogiannopoulos2009-07-201-6/+12
* Applied patch of jmdesp that allows certificate lists by client.Nokis Mavrogiannopoulos2009-07-201-17/+45
* only call gnutls_bye on non null gnutls session.Nokis Mavrogiannopoulos2009-07-201-3/+5
* Avoid requesting certificate from client when we already have it. Patch by Al...Nokis Mavrogiannopoulos2009-06-301-0/+6
* Applied patch by AlainKnaff to correctly verify certificates per directory. P...Nokis Mavrogiannopoulos2009-06-301-6/+8
* set srp username to empty string. Solves http://issues.outoforder.cc/view.php...Nokis Mavrogiannopoulos2009-06-301-2/+2
* Try to avoid bug http://issues.outoforder.cc/view.php?id=102Nokis Mavrogiannopoulos2009-06-301-3/+6
* Allow openpgp certificates that have infinite expiration time. Suggestion by ...Nokis Mavrogiannopoulos2009-06-301-3/+5
* Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Ta...Nokis Mavrogiannopoulos2009-06-301-2/+6
* do not try to send empty packs using TLS. This this has a special meaning and...Nokis Mavrogiannopoulos2009-06-131-14/+17
* if private key import fails try as pkcs8 key.Nokis Mavrogiannopoulos2009-05-211-1/+6
* removed limit on ca certificates' numberNokis Mavrogiannopoulos2009-01-241-5/+27
* Added patch to fix issue with mod_proxy. Investigation and patch by Alain Knaff.Nokis Mavrogiannopoulos2009-01-041-0/+4
* APLOG_EMERG was replaced with APLOG_STARTUP for startup messages.Nokis Mavrogiannopoulos2008-11-021-4/+4
* increased max handshake triesNokis Mavrogiannopoulos2008-10-161-1/+1
* Allow openpgp-only sitesNokis Mavrogiannopoulos2008-10-011-4/+6
* better loggingNokis Mavrogiannopoulos2008-10-011-21/+24
* updated README file to account for openpgp keys --patch by Jack BatesNokis Mavrogiannopoulos2008-10-011-11/+32
* use memmove instead of memcpy because buffers might overlap. Nokis Mavrogiannopoulos2008-09-141-2/+2
* added check for invalid contextNokis Mavrogiannopoulos2008-09-141-0/+3
* depend on main libgnutls library (and gnutls 2.4.x)Nokis Mavrogiannopoulos2008-06-291-6/+0
* send database store failure as DEBUGNokis Mavrogiannopoulos2008-03-051-1/+1
* corrected SRP enable flag, and corrected the DBM hook support. It now free da...Nokis Mavrogiannopoulos2008-03-032-2/+8
* added option to disable srp (for distributions that disable it in gnutls)Nokis Mavrogiannopoulos2008-02-203-0/+15
* prepare for an alpha releaseNokis Mavrogiannopoulos2008-01-241-2/+0
* (no commit message)Nokis Mavrogiannopoulos2007-12-161-1/+1
* more changes for openpgp support. Seems to be at a workable state.Nokis Mavrogiannopoulos2007-12-163-27/+50
* print error if preconfiguration failsNokis Mavrogiannopoulos2007-12-151-4/+8
* Initial support for openpgp keysNokis Mavrogiannopoulos2007-12-153-40/+307
* (no commit message)Nokis Mavrogiannopoulos2007-12-101-4/+0
* (no commit message)Nokis Mavrogiannopoulos2007-12-101-4/+8
* (no commit message)Nokis Mavrogiannopoulos2007-12-091-4/+4
* Do not allow resuming sessions on different servers.Nokis Mavrogiannopoulos2007-12-091-35/+49
* Corrected bug which did not allow the TLS session cache to be used.Nokis Mavrogiannopoulos2007-12-091-4/+2
* Added support for sending more than one certificate.Nokis Mavrogiannopoulos2007-12-082-14/+10
* added more error checks.Nokis Mavrogiannopoulos2007-12-032-11/+49
* better handling of RSAFile and DHFileNokis Mavrogiannopoulos2007-12-032-103/+79
* report the missing GnuTLSPriorities for the gnutls enabled hosts only.Nokis Mavrogiannopoulos2007-12-021-1/+1
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Nokis Mavrogiannopoulos2007-12-023-14/+26
* The compatibility mode can now be enabled only using the GnuTLSPriorities str...Nokis Mavrogiannopoulos2007-12-021-5/+0
* (no commit message)Nokis Mavrogiannopoulos2007-12-021-4/+4
* added SSL_SERVER/CLIENT_S_TYPENokis Mavrogiannopoulos2007-12-021-0/+3
* export the alternative names of the certificateNokis Mavrogiannopoulos2007-12-021-45/+88
* added SSL_SERVER_M_SERIAL environment variableNokis Mavrogiannopoulos2007-12-021-0/+5
* more fixes for subject alternative name.Nokis Mavrogiannopoulos2007-12-021-15/+31
* some fixes in alternative name supportNokis Mavrogiannopoulos2007-12-021-8/+15
* Added support for subject alternative names. (untested)Nokis Mavrogiannopoulos2007-12-012-100/+155