mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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.
This commit is contained in:
parent
0d8006450a
commit
fa88fe9aaf
7 changed files with 39 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue