summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_io.c
Commit message (Expand)AuthorAgeFilesLines
* Safer usage of session variable to prevent segmentation faults on closure. Sh...Nikos Mavrogiannopoulos2010-08-181-7/+20
* Corrected issue with firefox and long post data (had to do ...Nikos Mavrogiannopoulos2010-03-151-1/+13
* On connection termination be polite and send a bye (common handling of EOC an...Nikos Mavrogiannopoulos2009-07-211-6/+14
* removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Nikos Mavrogiannopoulos2009-07-211-1/+1
* More fixes related to bug #102Nikos Mavrogiannopoulos2009-07-201-6/+12
* only call gnutls_bye on non null gnutls session.Nikos Mavrogiannopoulos2009-07-201-3/+5
* Try to avoid bug http://issues.outoforder.cc/view.php?id=102Nikos Mavrogiannopoulos2009-06-301-3/+6
* do not try to send empty packs using TLS. This this has a special meaning and...Nikos Mavrogiannopoulos2009-06-131-14/+17
* increased max handshake triesNikos Mavrogiannopoulos2008-10-161-1/+1
* use memmove instead of memcpy because buffers might overlap. Nikos Mavrogiannopoulos2008-09-141-2/+2
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-281-4/+3
* Put a limit on the number of times we try to handshake.Paul Querna2005-09-251-2/+21
* Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xPaul Querna2005-04-251-0/+10
* - move hooks to gnutls_hooks.cPaul Querna2005-04-241-16/+16
* - remove more debug logging.Paul Querna2005-04-221-2/+7
* client auth is sort of working.Paul Querna2005-04-221-12/+9
* working SNI. Not so working Client Cert support.Paul Querna2005-04-211-24/+30
* - remove anno credsPaul Querna2005-04-061-26/+73
* checkpoint the work so far. The DBM cache needs a little more work.Paul Querna2005-04-051-24/+37
* working support for a ssl session cache via memcached.Paul Querna2004-12-101-17/+13
* fixes and stuff that i should of already committed.Paul Querna2004-12-091-53/+6
* setting proper ignores.Paul Querna2004-12-021-6/+25
* hey hey, this is working code!Paul Querna2004-12-021-28/+28
* input and output filtersPaul Querna2004-09-281-139/+508
* rename structures.Paul Querna2004-09-271-5/+5
* break up the IO functions into their own filePaul Querna2004-09-271-0/+307