summaryrefslogtreecommitdiff
path: root/lib/openpgp
Commit message (Expand)AuthorAgeFilesLines
...
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Fixes.Simon Josefsson2008-09-011-1/+1
* Move gnutls_openpgp.c to lib/openpgp/.Simon Josefsson2008-08-292-1/+974
* Fix warnings.Simon Josefsson2008-08-291-1/+2
* Don't include missing -I's.Simon Josefsson2008-08-281-2/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+1
* Indent code.Simon Josefsson2008-07-026-578/+637
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-285-59/+53
* libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.Simon Josefsson2008-06-182-0/+91
* Fix typo in documentation.Simon Josefsson2008-06-161-2/+1
* safer copying of keyid type.Nikos Mavrogiannopoulos2008-06-042-4/+4
* safer use of KEYID_IMPORT().Nikos Mavrogiannopoulos2008-06-021-2/+2
* Print Never when a certificate never expires.Nikos Mavrogiannopoulos2008-05-241-5/+12
* Corrected bug gnutls_openpgp_crt_get_name() which returned the same value for...Nikos Mavrogiannopoulos2008-05-241-12/+11
* More translation markups.Simon Josefsson2008-05-061-3/+3
* Doc markup for newly added APIs.Simon Josefsson2008-04-282-0/+58
* Doc fixes.Simon Josefsson2008-04-285-356/+359
* 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
* Deallocate memory from parameters only when function run was successful.Nikos Mavrogiannopoulos2008-04-121-2/+8
* 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-103-1/+19
* Fail at import stage if a non proper certificate is loaded.Nikos2008-04-042-3/+21
* Corrected exporting the DSA secret key parameters.Nikos2008-04-021-2/+2
* Add proper ARMOR header in private keys.Nikos2008-04-023-6/+6
* Consistent printing of revoked status.Nikos2008-04-023-15/+24
* Print revoked names.Nikos2008-04-022-5/+10
* Fix gcc warnings.Simon Josefsson2008-03-194-25/+5
* Remove things already in includes/gnutls/openpgp.h.Simon Josefsson2008-03-111-31/+0
* Clean up license headers for OpenPGP code.Simon Josefsson2008-03-116-76/+91
* Doc fixes.Simon Josefsson2008-03-061-30/+35
* Doc fixes.Simon Josefsson2008-03-062-65/+113
* Move rfc2818.h hostname comparison to gnutls_str.h and update callers.Simon Josefsson2008-02-261-1/+1
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* No need for rfc2818.h.Simon Josefsson2008-02-261-3/+2
* Rename lib/openpgp/openpgp.h to openpgp_int.h.Simon Josefsson2008-02-257-8/+8
* Cleanup gnutls_openpgp_crt_get_id vs gnutls_openpgp_crt_get_key_id.Simon Josefsson2008-02-211-15/+0
* changes to compile with ENABLE_OPENPGP undef.Nikos2008-02-191-4/+0
* do not return more than the available names.Nikos2008-02-191-1/+1
* corrected bug that prevented printing the names.Nikos2008-02-191-3/+3
* better usage of gnutls_openpgp_keyid_tNikos2008-02-191-1/+1
* copyright 2008Nikos2008-02-194-4/+4
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-187-65/+44
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-182-37/+20
|\
| * Remove all external APIs already declared in includes/gnutls/openpgp.h.Simon Josefsson2008-02-181-36/+1
| * 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-184-9/+206
|/
* changes to remove the KEYRING_HACK and make keyring access thread safe.Nikos2008-01-263-131/+137