diff options
author | Werner Koch <wk@gnupg.org> | 2019-04-30 08:25:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-04-30 08:28:54 +0200 |
commit | 5f3864fb647237f862bbe7e26763dffa0e945202 (patch) | |
tree | 5c59e1207fd3b6ae72a7ae2adcfb2608c361321b /g10/sig-check.c | |
parent | common,w32: Breakaway detached childs when in job (diff) | |
download | gnupg2-5f3864fb647237f862bbe7e26763dffa0e945202.tar.xz gnupg2-5f3864fb647237f862bbe7e26763dffa0e945202.zip |
sm: Add yet inactive options to support authenticode
* sm/gpgsm.c (opts): New options --authenticode and --attribute.
* sm/gpgsm.h (opt): Add vars authenticode and attribute_list.
* sm/sign.c (add_signed_attribute): New but inactive.
(gpgsm_sign): Use new options.
--
Because libksba 1.4 is not yet ready the new code is not yet active.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r-- | g10/sig-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index e7f97de65..4c172d692 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -1076,7 +1076,7 @@ check_signature_over_key_or_uid (ctrl_t ctrl, PKT_public_key *signer, * signature packet's data structure. * * TODO: add r_revoked here as well. It has the same problems as - * r_expiredate and r_expired and the cache. */ + * r_expiredate and r_expired and the cache [nw]. Which problems [wk]? */ int check_key_signature2 (ctrl_t ctrl, kbnode_t root, kbnode_t node, PKT_public_key *check_pk, |