summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1
* Fix gcc warnings.Simon Josefsson2008-03-192-18/+18
* Fix warnings.Simon Josefsson2008-03-061-2/+2
* Avoid confusing gtk-doc.Simon Josefsson2008-03-061-2/+2
* Print DH parameters of session.Simon Josefsson2008-03-051-21/+87
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-212-6/+6
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-184-7/+7
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-188-147/+262
* When --debug is given, also print libgcrypt RNG information.Simon Josefsson2008-02-041-1/+4
* some updatesNikos2008-01-271-4/+8
* print keyringsNikos2008-01-254-75/+151
* openpgp_privkey_export() has parameters to export encrypted secret keys. Adde...Nikos2008-01-141-1/+1
* Additions to make certtool print information on openpgp keys.Nikos2008-01-134-215/+427
* merged the openpgp branch to head\!Nikos2008-01-138-96/+144
* Make --verify-chain support larger inputs than 64kb.Simon Josefsson2007-12-101-3/+12
* Use GPLv3 in src/.Simon Josefsson2007-12-094-4/+4
* print session IDNikos2007-12-091-0/+8
* GPL parts under GPLv3System User2007-12-0710-60/+50
* print information about the DHE parametersNikos2007-12-031-0/+9
* corrected typos.Nikos2007-12-011-2/+2
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-1/+6
* fix in priority_setNikos2007-11-281-1/+1
* Return the string position in case of an error in the priority functions.Nikos2007-11-282-6/+6
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-243-4/+24
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-188-112/+179
* Use new API.Simon Josefsson2007-11-142-4/+4
* Use new API.Simon Josefsson2007-11-141-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-11-111-1/+1
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-114-70/+139
* Applied documentation and prototype fixes reported by Evan Martin <martine@da...Nikos Mavrogiannopoulos2007-11-111-1/+1
* Add warnings about messages used by Emacs tls.el.Simon Josefsson2007-11-051-0/+8
* certtool now prints defaults.Nikos Mavrogiannopoulos2007-10-312-17/+22
* parameters -> group parametersNikos Mavrogiannopoulos2007-10-301-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-308-10/+10
* quick-random option was removed since it is now the default.Nikos Mavrogiannopoulos2007-10-274-63/+51
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-242-3/+3
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-242-2/+2
* (no commit message)Nikos Mavrogiannopoulos2007-10-242-0/+2
* /dev/urandom is used now by default for key generation. The option --disable-...Nikos Mavrogiannopoulos2007-10-245-52/+68
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-243-8/+10
* Added the --v1 option to certtool to allow generating version 1 certificates.Nikos Mavrogiannopoulos2007-10-224-255/+297
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-11/+11
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-11/+11
* Generated.Simon Josefsson2007-10-176-213/+109
* Remove TLS-authz.Simon Josefsson2007-10-174-228/+0
* removed references to trustdbNikos Mavrogiannopoulos2007-10-138-240/+161
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-123-8/+3
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+1
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-079-475/+385
* (no commit message)Nikos Mavrogiannopoulos2007-10-062-61/+61