Home
last modified time | relevance | path

Searched refs:chk_self_sigs (Results 1 – 5 of 5) sorted by relevance

/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dimport.c76 static int chk_self_sigs( const char *fname, KBNODE keyblock,
852 rc = chk_self_sigs( fname, keyblock , pk, keyid, &non_self ); in import_one()
1460 chk_self_sigs( const char *fname, KBNODE keyblock, in chk_self_sigs() function
H A DChangeLog-2011138 * import.c (chk_self_sigs): Check direct key signatures. Fixes
2027 * import.c (chk_self_sigs): Allow a uid revocation to be enough to
5347 import_revoke_cert, chk_self_sigs, delete_inv_parts,
6315 (import_one, chk_self_sigs): Only mark trustdb dirty if the key
6335 (chk_self_sigs): Try and cache all self-sigs so the keyblock is
6903 (check_key_signature2), import.c (import, chk_self_sigs): Minor
7125 * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys
7126 into chk_self_sigs. This improves efficiency as the same
8572 * import.c (chk_self_sigs): Show which user ID a bad self-sig
12264 * import.c (chk_self_sigs): Add handling for subkeys.
[all …]
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dimport.c126 static int chk_self_sigs (ctrl_t ctrl, kbnode_t keyblock, u32 *keyid,
435 if (chk_self_sigs (ctrl, keyblock, keyid, &non_self)) in read_key_from_file_or_buffer()
2002 if (chk_self_sigs (ctrl, keyblock, keyid, &non_self)) in import_one_real()
3588 chk_self_sigs (ctrl_t ctrl, kbnode_t keyblock, u32 *keyid, int *non_self) in chk_self_sigs() function
H A DChangeLog-2011778 (chk_self_sigs): Re-indent, slighly re-arrange code, use test
1748 (chk_self_sigs, delete_inv_parts, append_uid): Ditto.
3352 import_revoke_cert, chk_self_sigs, delete_inv_parts,
3741 (chk_self_sigs):
4598 (import_one, chk_self_sigs): Only mark trustdb dirty if the key
4618 (chk_self_sigs): Try and cache all self-sigs so the keyblock is
5408 * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys
5409 into chk_self_sigs. This improves efficiency as the same
6855 * import.c (chk_self_sigs): Show which user ID a bad self-sig
10547 * import.c (chk_self_sigs): Add handling for subkeys.
[all …]
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog10738 * g10/import.c (chk_self_sigs): Print the subkeyid in addition to the
23478 (chk_self_sigs): Remove unused args FNAME and PK.
23480 chk_self_sigs does not return an error code.