aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls_lua.c
Commit message (Collapse)AuthorAge
* - add lua to do client verificationGravatar Paul Querna 2005-05-17
- only use gcrypt locking when required to
f3dc9b09b01240ed8baa607f72f4ec26d6e91f'>removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Gravatar Nikos Mavrogiannopoulos 2009-07-21 * More fixes related to bug #102Gravatar Nikos Mavrogiannopoulos 2009-07-20 * only call gnutls_bye on non null gnutls session.Gravatar Nikos Mavrogiannopoulos 2009-07-20 * Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nikos Mavrogiannopoulos 2009-06-30 * do not try to send empty packs using TLS. This this has a special meaning and...Gravatar Nikos Mavrogiannopoulos 2009-06-13 * increased max handshake triesGravatar Nikos Mavrogiannopoulos 2008-10-16 * use memmove instead of memcpy because buffers might overlap. Gravatar Nikos Mavrogiannopoulos 2008-09-14 * upgraded to 0.4.0Gravatar Nikos Mavrogiannopoulos 2007-11-28 * Put a limit on the number of times we try to handshake.Gravatar Paul Querna