Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Only allow two options for DB. Berkeley DB and gdbm. The other options | Nikos Mavrogiannopoulos | 2010-09-24 |
| | | | | such as SDBM had serious limitations. Thanks to Hardy Griech for pointing out. | ||
* | The GnuTLSCache variable now can be given the specific | Nikos Mavrogiannopoulos | 2010-09-23 |
| | | | | | option "sdbm" instead of "dbm". "dbm" will use the default dbm type of libapr while sdbm will force sdbm to be used. | ||
* | Session tickets are enabled by default. | Nikos Mavrogiannopoulos | 2010-07-02 |
| | |||
* | Added option to turn on/off session tickets. | Nikos Mavrogiannopoulos | 2010-07-01 |
| | |||
* | Force SDBM. | Nikos Mavrogiannopoulos | 2010-07-01 |
| | |||
* | if private key import fails try as pkcs8 key. | Nikos Mavrogiannopoulos | 2009-05-21 |
| | |||
* | removed limit on ca certificates' number | Nikos Mavrogiannopoulos | 2009-01-24 |
| | |||
* | added option to disable srp (for distributions that disable it in gnutls) | Nikos Mavrogiannopoulos | 2008-02-20 |
| | |||
* | more changes for openpgp support. Seems to be at a workable state. | Nikos Mavrogiannopoulos | 2007-12-16 |
| | |||
* | Initial support for openpgp keys | Nikos Mavrogiannopoulos | 2007-12-15 |
| | |||
* | Added support for sending more than one certificate. | Nikos Mavrogiannopoulos | 2007-12-08 |
| | |||
* | added more error checks. | Nikos Mavrogiannopoulos | 2007-12-03 |
| | |||
* | better handling of RSAFile and DHFile | Nikos Mavrogiannopoulos | 2007-12-03 |
| | |||
* | No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities. | Nikos Mavrogiannopoulos | 2007-12-02 |
| | |||
* | Added support for subject alternative names. (untested) | Nikos Mavrogiannopoulos | 2007-12-01 |
| | |||
* | upgraded to 0.4.0 | Nikos Mavrogiannopoulos | 2007-11-28 |
| | |||
* | start the CA Certificate code. | Paul Querna | 2005-05-24 |
| | |||
* | - add lua to do client verification | Paul Querna | 2005-05-17 |
| | | | | | - only use gcrypt locking when required to | ||
* | - move hooks to gnutls_hooks.c | Paul Querna | 2005-04-24 |
| | | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes. | ||
* | move config functions to their own file. | Paul Querna | 2005-04-24 |