diff options
author | David Shaw <[email protected]> | 2002-08-20 12:45:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-20 12:45:57 +0000 |
commit | fa88fe9aaf3ff884cd7a519168299d74888b2d05 (patch) | |
tree | 45878a1035fb32217cd0ff561190eb0646f96a3f /g10/keyedit.c | |
parent | * gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code from (diff) | |
download | gnupg-fa88fe9aaf3ff884cd7a519168299d74888b2d05.tar.gz gnupg-fa88fe9aaf3ff884cd7a519168299d74888b2d05.zip |
* keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments.
* export.c (do_export_stream): Fix noop bug in exporting sensitive
revocation keys.
* pkclist.c (do_edit_ownertrust): Comment out the option for showing trust
paths until it can be implemented.
Diffstat (limited to '')
-rw-r--r-- | g10/keyedit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 19da4256c..6e62ac450 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -100,6 +100,9 @@ print_and_check_one_sig( KBNODE keyblock, KBNODE node, int rc, sigrc; int is_rev = sig->sig_class == 0x30; + /* TODO: Make sure a cached sig record here still has the pk that + issued it. See also keylist.c:list_keyblock_print */ + switch( (rc = check_key_signature( keyblock, node, is_selfsig)) ) { case 0: node->flag &= ~(NODFLG_BADSIG|NODFLG_NOKEY|NODFLG_SIGERR); |