summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_config.c
Commit message (Expand)AuthorAgeFilesLines
* Only allow two options for DB. Berkeley DB and gdbm. The other optionsNikos Mavrogiannopoulos2010-09-241-3/+3
* The GnuTLSCache variable now can be given the specificNikos Mavrogiannopoulos2010-09-231-3/+7
* Session tickets are enabled by default.Nikos Mavrogiannopoulos2010-07-021-0/+1
* Added option to turn on/off session tickets.Nikos Mavrogiannopoulos2010-07-011-0/+16
* Force SDBM.Nikos Mavrogiannopoulos2010-07-011-4/+3
* if private key import fails try as pkcs8 key.Nikos Mavrogiannopoulos2009-05-211-1/+6
* removed limit on ca certificates' numberNikos Mavrogiannopoulos2009-01-241-5/+27
* added option to disable srp (for distributions that disable it in gnutls)Nikos Mavrogiannopoulos2008-02-201-0/+7
* more changes for openpgp support. Seems to be at a workable state.Nikos Mavrogiannopoulos2007-12-161-1/+7
* Initial support for openpgp keysNikos Mavrogiannopoulos2007-12-151-0/+111
* Added support for sending more than one certificate.Nikos Mavrogiannopoulos2007-12-081-9/+5
* added more error checks.Nikos Mavrogiannopoulos2007-12-031-9/+44
* better handling of RSAFile and DHFileNikos Mavrogiannopoulos2007-12-031-3/+46
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Nikos Mavrogiannopoulos2007-12-021-3/+0
* Added support for subject alternative names. (untested)Nikos Mavrogiannopoulos2007-12-011-1/+1
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-281-180/+225
* start the CA Certificate code.Paul Querna2005-05-241-4/+16
* - add lua to do client verificationPaul Querna2005-05-171-1/+16
* - move hooks to gnutls_hooks.cPaul Querna2005-04-241-21/+21
* move config functions to their own file. Paul Querna2005-04-241-0/+328