mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Sat Dec 4 15:32:20 CET 1999 Werner Koch
This commit is contained in:
parent
8eec0983f6
commit
5553cc985e
14 changed files with 2576 additions and 2478 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Dec 4 15:32:20 CET 1999 Werner Koch <wk@gnupg.de>
|
||||
|
||||
* trustdb.c (verify_key): Shortcut for ultimately trusted keys.
|
||||
|
||||
Sat Dec 4 12:30:28 CET 1999 Werner Koch <wk@gnupg.de>
|
||||
|
||||
* pkclist.c (build_pk_list): Validate the trust using the namehash
|
||||
|
|
|
@ -2082,8 +2082,12 @@ verify_key( int max_depth, TRUSTREC *drec, const char *namehash,
|
|||
if( !tree )
|
||||
return TRUST_UNDEFINED;
|
||||
pv_result = propagate_validity( tree, tree, add_fnc, retflgs );
|
||||
if( namehash ) {
|
||||
if( namehash && tree->n.k.validity != TRUST_ULTIMATE ) {
|
||||
/* find the matching user id.
|
||||
* We don't do this here if the key is ultimately trusted; in
|
||||
* this case there will be no lits od user IDs and frankly
|
||||
* it doe not make sense to compare by the name if we do
|
||||
* have the secret key.
|
||||
* fixme: the way we handle this is too inefficient */
|
||||
TN ur;
|
||||
TRUSTREC rec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue