[svn] GnuPG - r5063 - trunk/doc
svn author wk
cvs at cvs.gnupg.org
Mon Jul 6 23:33:39 CEST 2009
Author: wk
Date: 2009-07-06 23:33:34 +0200 (Mon, 06 Jul 2009)
New Revision: 5063
Modified:
trunk/doc/ChangeLog
trunk/doc/debugging.texi
Log:
* debugging.texi (Common Problems): Add a note about corrupted
keys in --search-keys.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2009-07-02 09:49:31 UTC (rev 5062)
+++ trunk/doc/ChangeLog 2009-07-06 21:33:34 UTC (rev 5063)
@@ -1,3 +1,8 @@
+2009-07-06 Werner Koch <wk at g10code.com>
+
+ * debugging.texi (Common Problems): Add a note about corrupted
+ keys in --search-keys.
+
2009-06-02 Werner Koch <wk at g10code.com>
* tools.texi (watchgnupg): Typo fix. Fixes bug#1065.
Modified: trunk/doc/debugging.texi
===================================================================
--- trunk/doc/debugging.texi 2009-07-02 09:49:31 UTC (rev 5062)
+++ trunk/doc/debugging.texi 2009-07-06 21:33:34 UTC (rev 5063)
@@ -228,6 +228,15 @@
implements those additional features.
+ at item Why does GPG's --search-key list weird keys?
+
+For performance reasons the keyservers do not check the keys the same
+way @command{gpg} does. It may happen that the listing of keys
+available on the keyservers shows keys with wrong user IDs or with user
+Ids from other keys. If you try to import this key, the bad keys or bad
+user ids won't get imported, though. This is a bit unfortunate but we
+can't do anything about it without actually downloading the keys.
+
@end itemize
More information about the Gnupg-commits
mailing list