summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_io.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
* - remove more debug logging.Paul Querna2005-04-221-2/+7
| | | | | - fix a crash by changing the certificate structure *after* starting the handshake.
* 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
| | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups
* 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
| | | | | | | adding an empty cache files trying to fix >16kb writes.
* 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
| | | | | | properly prefix all non-static functions with mod_gnutls_ fix build for GnuTLS 1.0.X. (redefine the changed structure names)
* break up the IO functions into their own filePaul Querna2004-09-271-0/+307