summaryrefslogtreecommitdiff
path: root/lib/openpgp/pgp.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-1/+1
* Several cleanups and fixes regarding the openpgp_keyid_t.Nikos Mavrogiannopoulos2011-04-171-4/+4
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-251-2/+2
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-1/+4
* gnutls_openpgp_crt_get_auth_subkey() will no longer return an unsupported sub...Nikos Mavrogiannopoulos2011-03-151-3/+6
* Fix syntax-check warnings.Simon Josefsson2011-02-201-1/+0
* Removed the newly added functions:Nikos Mavrogiannopoulos2010-12-191-55/+0
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-3/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-199/+199
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-131-0/+57
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2/+3
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-0/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-30/+30
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-041-1/+1
* Indent code.Simon Josefsson2009-11-051-6/+6
* Fix OpenPGP hostname comparison.Simon Josefsson2009-08-201-0/+4
* Reduce stack usage.Simon Josefsson2009-08-201-4/+8
* Fix typos in documentation.Simon Josefsson2009-08-111-1/+1
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-1/+1
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-1/+16
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-2/+4
* Indent.Simon Josefsson2008-09-161-2/+2
* Fix warnings.Simon Josefsson2008-08-281-1/+1
* Indent code.Simon Josefsson2008-07-021-241/+275
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-25/+28
* libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.Simon Josefsson2008-06-181-0/+45
* Fix typo in documentation.Simon Josefsson2008-06-161-2/+1
* safer copying of keyid type.Nikos Mavrogiannopoulos2008-06-041-2/+2
* Corrected bug gnutls_openpgp_crt_get_name() which returned the same value for...Nikos Mavrogiannopoulos2008-05-241-12/+11
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+26
* Doc fixes.Simon Josefsson2008-04-281-195/+202
* check output of get_name.Nikos Mavrogiannopoulos2008-04-211-3/+6
* corrected typo.Nikos Mavrogiannopoulos2008-04-171-2/+3
* Improve error messages.Simon Josefsson2008-04-151-1/+4
* Added a flag in get_auth_subkey() to work for all use casesNikos Mavrogiannopoulos2008-04-121-3/+6
* do not return any subkey if an authentication subkey is not foundNikos2008-04-101-1/+1
* corrected bug in openpgp import when data is of size zero. Reported byNikos2008-04-101-1/+7
* Fail at import stage if a non proper certificate is loaded.Nikos2008-04-041-2/+11
* Add proper ARMOR header in private keys.Nikos2008-04-021-4/+4
* Consistent printing of revoked status.Nikos2008-04-021-10/+10
* Fix gcc warnings.Simon Josefsson2008-03-191-8/+4
* Clean up license headers for OpenPGP code.Simon Josefsson2008-03-111-13/+16
* Doc fixes.Simon Josefsson2008-03-061-32/+61
* Move rfc2818.h hostname comparison to gnutls_str.h and update callers.Simon Josefsson2008-02-261-1/+1
* Rename lib/openpgp/openpgp.h to openpgp_int.h.Simon Josefsson2008-02-251-1/+1
* Cleanup gnutls_openpgp_crt_get_id vs gnutls_openpgp_crt_get_key_id.Simon Josefsson2008-02-211-15/+0
* do not return more than the available names.Nikos2008-02-191-1/+1