summaryrefslogtreecommitdiff
path: root/lib/openpgp/gnutls_openpgp.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-1/+6
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-3/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* CDK_EOF error code now returns GNUTLS_E_PARSING_ERRORNikos Mavrogiannopoulos2011-12-311-0/+2
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-311-1/+1
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-311-2/+1
* Simplify static library renaming hack.Simon Josefsson2011-11-091-3/+3
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-011-3/+3
* Fix build errors.Simon Josefsson2011-09-091-6/+6
* more updates in private key copy.Nikos Mavrogiannopoulos2011-08-271-0/+1
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-271-1/+1
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-191-18/+35
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-171-1/+6
* updated documentationNikos Mavrogiannopoulos2011-08-101-4/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-8/+8
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+0
* documentation fixes.Nikos Mavrogiannopoulos2011-04-231-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-175/+5
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-261-3/+3
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-2/+5
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-161-6/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-103/+102
* reorganization of the privkey_ functions().Nikos Mavrogiannopoulos2010-12-121-268/+0
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-4/+124
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-38/+46
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-16/+22
* Corrections in openpgp private key usage.Nikos Mavrogiannopoulos2010-06-031-36/+20
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-70/+86
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Doc fix.Simon Josefsson2010-02-171-6/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-10/+10
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-7/+7
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Fix typos in documentation.Simon Josefsson2009-08-111-1/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-47/+51
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-5/+6
* Move gnutls_openpgp.c to lib/openpgp/.Simon Josefsson2008-08-291-0/+972