1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* import.c (import_one): Make sure that a newly imported key starts with a

clean ownertrust. (import_revoke_cert): Remove ultimate trust when
revoking an ultimately trusted key.
This commit is contained in:
David Shaw 2002-10-01 17:25:56 +00:00
parent 901ac5ed9b
commit 1e728329d7
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2002-10-01 David Shaw <dshaw@jabberwocky.com>
* import.c (import_one): Make sure that a newly imported key
starts with a clean ownertrust.
(import_revoke_cert): Remove ultimate trust when revoking an
ultimately trusted key.
2002-10-01 Werner Koch <wk@gnupg.org>
* getkey.c (get_pubkey_direct): New.