summaryrefslogtreecommitdiffstatsabout
Commit message (Expand)AuthorAgeFilesLines
* Released 0.5.8.0.5.8Nikos Mavrogiannopoulos2010-08-182-2/+5
* Safer usage of session variable to prevent segmentation faults on closure. Sh...Nikos Mavrogiannopoulos2010-08-182-14/+63
* Depend on libgnutls for the activation and expiration time checks.Nikos Mavrogiannopoulos2010-07-021-23/+13
* Session tickets are enabled by default.Nikos Mavrogiannopoulos2010-07-022-0/+4
* Added option to turn on/off session tickets.Nikos Mavrogiannopoulos2010-07-015-2/+26
* Released 0.5.7.0.5.7Nikos Mavrogiannopoulos2010-07-012-2/+2
* Force SDBM.Nikos Mavrogiannopoulos2010-07-013-74/+59
* More libgcrypt fixes.Nikos Mavrogiannopoulos2010-06-301-5/+4
* Added missing var.Nikos Mavrogiannopoulos2010-06-301-0/+1
* Use libgcrypt calls only if gnutls is older than 2.11.0Nikos Mavrogiannopoulos2010-06-302-1/+7
* added more text on session ticketsNikos Mavrogiannopoulos2010-06-271-1/+4
* Check the cache DB every 15 minutes instead of checking on every write.Nikos Mavrogiannopoulos2010-06-272-1/+9
* open the database as readonly when fetching.Nikos Mavrogiannopoulos2010-06-271-1/+1
* properly initialize variable.Nikos Mavrogiannopoulos2010-06-271-2/+5
* Added support for session tickets.Nikos Mavrogiannopoulos2010-06-271-1/+9
* Force support of safe renegotiation.Nikos Mavrogiannopoulos2010-06-272-1/+8
* bumped version0.5.6Nokis Mavrogiannopoulos2010-03-241-1/+1
* (no commit message)Nokis Mavrogiannopoulos2010-03-241-1/+1
* Corrected issue with firefox and long post data (had to do ...Nokis Mavrogiannopoulos2010-03-153-3/+27
* 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-302-5/+7
* 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-243-11/+34
* bumped version and updated the detection script to work with pkg-config.0.5.4Nokis Mavrogiannopoulos2009-01-043-30/+34
* 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
* modified definition to extern to avoid compilation errors in darwin.Nokis Mavrogiannopoulos2008-10-192-1/+6
* (no commit message)Nokis Mavrogiannopoulos2008-10-161-1/+1
* (no commit message)Nokis Mavrogiannopoulos2008-10-161-2/+4
* increased max handshake triesNokis Mavrogiannopoulos2008-10-161-1/+1
* readability changes by Jack Bates.Nokis Mavrogiannopoulos2008-10-042-99/+144
* 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-012-11/+51
* use memmove instead of memcpy because buffers might overlap. Nokis Mavrogiannopoulos2008-09-141-2/+2
* correctly link libraryNokis Mavrogiannopoulos2008-09-141-2/+2
* added check for invalid contextNokis Mavrogiannopoulos2008-09-141-0/+3
* version updateNokis Mavrogiannopoulos2008-06-291-1/+1
* depend on main libgnutls library (and gnutls 2.4.x)Nokis Mavrogiannopoulos2008-06-294-72/+65
* added new apr_memcache.m4 from Guillaume RousseNokis Mavrogiannopoulos2008-03-051-7/+24