aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls_config.c
Commit message (Collapse)AuthorAge
* if private key import fails try as pkcs8 key.Gravatar Nikos Mavrogiannopoulos 2009-05-21
|
* removed limit on ca certificates' numberGravatar Nikos Mavrogiannopoulos 2009-01-24
|
* added option to disable srp (for distributions that disable it in gnutls)Gravatar Nikos Mavrogiannopoulos 2008-02-20
|
* more changes for openpgp support. Seems to be at a workable state.Gravatar Nikos Mavrogiannopoulos 2007-12-16
|
* Initial support for openpgp keysGravatar Nikos Mavrogiannopoulos 2007-12-15
|
* Added support for sending more than one certificate.Gravatar Nikos Mavrogiannopoulos 2007-12-08
|
* added more error checks.Gravatar Nikos Mavrogiannopoulos 2007-12-03
|
* better handling of RSAFile and DHFileGravatar Nikos Mavrogiannopoulos 2007-12-03
|
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* Added support for subject alternative names. (untested)Gravatar Nikos Mavrogiannopoulos 2007-12-01
|
* upgraded to 0.4.0Gravatar Nikos Mavrogiannopoulos 2007-11-28
|
* start the CA Certificate code.Gravatar Paul Querna 2005-05-24
|
* - add lua to do client verificationGravatar Paul Querna 2005-05-17
| | | | | - only use gcrypt locking when required to
* - move hooks to gnutls_hooks.cGravatar Paul Querna 2005-04-24
| | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
* move config functions to their own file. Gravatar Paul Querna 2005-04-24