summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Allow openpgp-only sitesNikos Mavrogiannopoulos2008-10-011-4/+6
* better loggingNikos Mavrogiannopoulos2008-10-011-21/+24
* updated README file to account for openpgp keys --patch by Jack BatesNikos Mavrogiannopoulos2008-10-011-11/+32
* added check for invalid contextNikos Mavrogiannopoulos2008-09-141-0/+3
* depend on main libgnutls library (and gnutls 2.4.x)Nikos Mavrogiannopoulos2008-06-291-6/+0
* added option to disable srp (for distributions that disable it in gnutls)Nikos Mavrogiannopoulos2008-02-201-0/+6
* prepare for an alpha releaseNikos Mavrogiannopoulos2008-01-241-2/+0
* (no commit message)Nikos Mavrogiannopoulos2007-12-161-1/+1
* more changes for openpgp support. Seems to be at a workable state.Nikos Mavrogiannopoulos2007-12-161-24/+29
* print error if preconfiguration failsNikos Mavrogiannopoulos2007-12-151-4/+8
* Initial support for openpgp keysNikos Mavrogiannopoulos2007-12-151-38/+182
* (no commit message)Nikos Mavrogiannopoulos2007-12-101-4/+0
* (no commit message)Nikos Mavrogiannopoulos2007-12-101-4/+8
* 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-081-5/+5
* added more error checks.Nikos Mavrogiannopoulos2007-12-031-2/+5
* better handling of RSAFile and DHFileNikos Mavrogiannopoulos2007-12-031-100/+33
* 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-021-10/+25
* The compatibility mode can now be enabled only using the GnuTLSPriorities str...Nikos Mavrogiannopoulos2007-12-021-5/+0
* (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-011-99/+154
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-281-392/+598
* start the CA Certificate code.Paul Querna2005-05-241-52/+91
* - add lua to do client verificationPaul Querna2005-05-171-12/+16
* Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xPaul Querna2005-04-251-36/+35
* 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 pro...Paul Querna2005-04-241-34/+9
* 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-241-0/+654