1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* getkey.c (get_pubkey_byname), import.c (import_one): Fix key selection

problem when auto-key-locate returns a list of keys, not all of which are
usable (revoked, expired, etc).  Noted by Simon Josefsson.
This commit is contained in:
David Shaw 2006-05-22 16:53:09 +00:00
parent 6089d7f5d8
commit 7596ae1f6a
3 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2006-05-22 David Shaw <dshaw@jabberwocky.com>
* getkey.c (get_pubkey_byname), import.c (import_one): Fix key
selection problem when auto-key-locate returns a list of keys, not
all of which are usable (revoked, expired, etc). Noted by Simon
Josefsson.
2006-04-26 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (direct_uri_map): New.