summaryrefslogtreecommitdiffstatsabout
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* print error if preconfiguration failsNikos Mavrogiannopoulos2007-12-151-4/+8
|
* Initial support for openpgp keysNikos Mavrogiannopoulos2007-12-153-40/+307
|
* (no commit message)Nikos Mavrogiannopoulos2007-12-101-4/+0
|
* (no commit message)Nikos Mavrogiannopoulos2007-12-101-4/+8
|
* (no commit message)Nikos Mavrogiannopoulos2007-12-091-4/+4
|
* Do not allow resuming sessions on different servers.Nikos Mavrogiannopoulos2007-12-091-35/+49
|
* Corrected bug which did not allow the TLS session cache to be used.Nikos Mavrogiannopoulos2007-12-091-4/+2
|
* Added support for sending more than one certificate.Nikos Mavrogiannopoulos2007-12-082-14/+10
|
* added more error checks.Nikos Mavrogiannopoulos2007-12-032-11/+49
|
* better handling of RSAFile and DHFileNikos Mavrogiannopoulos2007-12-032-103/+79
|
* report the missing GnuTLSPriorities for the gnutls enabled hosts only.Nikos Mavrogiannopoulos2007-12-021-1/+1
|
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Nikos Mavrogiannopoulos2007-12-023-14/+26
|
* The compatibility mode can now be enabled only using the GnuTLSPriorities ↵Nikos Mavrogiannopoulos2007-12-021-5/+0
| | | | string.
* (no commit message)Nikos Mavrogiannopoulos2007-12-021-4/+4
|
* added SSL_SERVER/CLIENT_S_TYPENikos Mavrogiannopoulos2007-12-021-0/+3
|
* export the alternative names of the certificateNikos Mavrogiannopoulos2007-12-021-45/+88
|
* added SSL_SERVER_M_SERIAL environment variableNikos Mavrogiannopoulos2007-12-021-0/+5
|
* more fixes for subject alternative name.Nikos Mavrogiannopoulos2007-12-021-15/+31
|
* some fixes in alternative name supportNikos Mavrogiannopoulos2007-12-021-8/+15
|
* Added support for subject alternative names. (untested)Nikos Mavrogiannopoulos2007-12-012-100/+155
|
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-286-584/+876
|
* Put a limit on the number of times we try to handshake.Paul Querna2005-09-251-2/+21
|
* start the CA Certificate code.Paul Querna2005-05-243-58/+110
|
* - add lua to do client verificationPaul Querna2005-05-175-20/+338
| | | | | - only use gcrypt locking when required to
* Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xPaul Querna2005-04-252-36/+45
|
* apr_table_setn doesn't copy the data. oops.Paul Querna2005-04-241-3/+3
|
* We already have a Certificate, use it directly. With SNI, GnuTLS doesn't ↵Paul Querna2005-04-241-34/+9
| | | | properly update it's internal state. ick.
* if there aren't any certs.. still set something.Paul Querna2005-04-241-6/+8
|
* add SSL_SERVER_S_DN and SSL_SERVER_I_DN Paul Querna2005-04-241-1/+37
|
* - move hooks to gnutls_hooks.cPaul Querna2005-04-246-706/+729
| | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
* move config functions to their own file. Paul Querna2005-04-244-356/+378
|
* - remove more debug logging.Paul Querna2005-04-223-6/+15
| | | | | - fix a crash by changing the certificate structure *after* starting the handshake.
* client auth is sort of working.Paul Querna2005-04-222-78/+202
|
* working SNI. Not so working Client Cert support.Paul Querna2005-04-212-68/+349
|
* include support for 2.0.xxPaul Querna2005-04-081-0/+5
|
* wrap the debug log in maintainer mode.Paul Querna2005-04-081-0/+6
|
* - remove anno credsPaul Querna2005-04-063-67/+237
| | | | | | | | - 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-053-84/+474
|
* - make memcahe optionalPaul Querna2005-04-043-49/+59
| | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff
* use apr to parse hostnames..Paul Querna2004-12-121-9/+17
|
* working support for a ssl session cache via memcached.Paul Querna2004-12-104-40/+244
|
* add check for apr_memcachePaul Querna2004-12-091-5/+21
|
* fixes and stuff that i should of already committed.Paul Querna2004-12-093-60/+54
|
* re-order the cipher types.Paul Querna2004-12-061-2/+31
| | | | | Add a fixups hook and some Basic Env vars
* setting proper ignores.Paul Querna2004-12-022-6/+50
| | | | | | | adding an empty cache files trying to fix >16kb writes.
* adding autofoo for memcache supportPaul Querna2004-12-021-1/+1
|
* hey hey, this is working code!Paul Querna2004-12-022-32/+33
|
* input and output filtersPaul Querna2004-09-282-151/+542
|
* rename structures.Paul Querna2004-09-272-47/+52
| | | | | | 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-273-356/+338
|