aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/import.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-13gpg: Remove extra RSA import status line.Werner Koch1-1/+3
* g10/import.c (stats_s): Remove field "imported_rsa". (import_print_stats): Do not print separate value for RSA. (import_one): Remove the RSA counter. -- RSA is the standard key format and thus there is no more need to have a separate counter. This is a remain from the RSA patent times. Signed-off-by: Werner Koch <[email protected]>
2014-10-13gpg: Allow importing keys with duplicated long key ids.Werner Koch1-0/+13
* g10/keydb.c (keydb_handle): Add field no_caching. (keyblock_cache): Repalce field kid by fpr. (keydb_disable_caching): New. (keydb_search): Use the fingerprint as cache index. * g10/import.c (import_one): Use the fingerprint and not the kid to lookup the key. Call keydb_disable_caching beofre re-searching for update. * tests/openpgp/import.test: Add a test case. Signed-off-by: Werner Koch <[email protected]>
2013-11-15Fix minor compiler warnings.Werner Koch1-8/+0
--
2010-05-07Fix for bug 1223Werner Koch1-0/+15
2008-03-26Last minute cleanups.gnupg-2.0.9Werner Koch1-7/+7
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-5/+14
Minor cleanups.
2007-10-25Ported changes from 1.4.Werner Koch1-0/+8
Add copyright notices.
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+9
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.