diff options
author | Neal H. Walfield <[email protected]> | 2016-02-16 14:47:30 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-02-16 14:47:30 +0000 |
commit | bff529a3ce936a5154bcd4f00abf83a2df3e758f (patch) | |
tree | 85b8b0d5521693f7d28996567309bf0e4719e720 /g10/packet.h | |
parent | gpg: Make ASCII armor decoding more robust to encoding errors. (diff) | |
download | gnupg-neal/issue2236.tar.gz gnupg-neal/issue2236.zip |
gpg: Reorder signatures, if appropriate.neal/issue2236
XXX
--
Signed-off-by: Neal H. Walfield <[email protected]>
GnuPG-bug-id: 2236
Diffstat (limited to '')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index 16524f801..f8f46d5bb 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -651,6 +651,8 @@ int check_signature2 (PKT_signature *sig, gcry_md_hd_t digest, u32 *r_expiredate, int *r_expired, int *r_revoked, PKT_public_key *ret_pk); +/* Checks KB's signatures and possible reorders them. */ +int keyblock_check_sigs (KBNODE kb, int only_selfsigs); /*-- pubkey-enc.c --*/ gpg_error_t get_session_key (ctrl_t ctrl, PKT_pubkey_enc *k, DEK *dek); |