diff options
author | Werner Koch <[email protected]> | 2017-03-30 13:18:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-03-30 14:01:55 +0000 |
commit | a6142dbdbc5783043deb847dc64998c421860941 (patch) | |
tree | 15818cfb9c55f560021223162ced17b7e36d3d10 /kbx/keybox-defs.h | |
parent | gpg: Fix actual leak and possible leaks in the packet parser. (diff) | |
download | gnupg-a6142dbdbc5783043deb847dc64998c421860941.tar.gz gnupg-a6142dbdbc5783043deb847dc64998c421860941.zip |
gpg: Remove the use of the signature information from a KBX.
* g10/keydb.c (keyblock_cache): Remove field SIGSTATUS.
(keyblock_cache_clear): Adjust for that removal.
(parse_keyblock_image): Remove arg SIGSTATUS. Remove the signature
cache setting; this is now done in the parser.
(keydb_get_keyblock): Do not set SIGSTATUS.
(build_keyblock_image): Remove arg SIGSTATUS and simplify. Change
caller.
* kbx/keybox-blob.c: Explain that the signature information is not
anymore used.
(_keybox_create_openpgp_blob): Remove arg SIGSTATUS and change
callers.
* kbx/keybox-search.c (keybox_get_keyblock): Remove arg R_SIGSTATUS
and change callers.
* kbx/keybox-update.c (keybox_insert_keyblock): Likewise.
--
This thing was too complicated and has been replaced by the new ring
trust packet code.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/keybox-defs.h')
-rw-r--r-- | kbx/keybox-defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kbx/keybox-defs.h b/kbx/keybox-defs.h index d9c3d3afe..b8b83771a 100644 --- a/kbx/keybox-defs.h +++ b/kbx/keybox-defs.h @@ -155,7 +155,6 @@ gpg_error_t _keybox_create_openpgp_blob (KEYBOXBLOB *r_blob, keybox_openpgp_info_t info, const unsigned char *image, size_t imagelen, - u32 *sigstatus, int as_ephemeral); #ifdef KEYBOX_WITH_X509 int _keybox_create_x509_blob (KEYBOXBLOB *r_blob, ksba_cert_t cert, |