summaryrefslogtreecommitdiff
path: root/lib/openpgp/pgp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-22/+19
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-181-1/+19
|\
| * Re-add gnutls_openpgp_crt_get_id to avoid breaking ABI.Simon Josefsson2008-02-181-1/+19
* | Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-4/+132
|/
* Additions to make certtool print information on openpgp keys.Nikos2008-01-131-41/+326
* merged the openpgp branch to head\!Nikos2008-01-131-0/+1079