Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpg: Remove extra RSA import status line. | Werner Koch | 2014-10-13 | 1 | -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]> | ||||
* | gpg: Allow importing keys with duplicated long key ids. | Werner Koch | 2014-10-13 | 1 | -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]> | ||||
* | Fix minor compiler warnings. | Werner Koch | 2013-11-15 | 1 | -8/+0 |
| | | | | -- | ||||
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 1 | -0/+15 |
| | |||||
* | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 2008-03-26 | 1 | -7/+7 |
| | |||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 1 | -0/+26 |
Minor cleanups. |