diff options
author | Werner Koch <[email protected]> | 2002-02-07 18:43:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-07 18:43:22 +0000 |
commit | 2a28f5d0aece3300dea950b6f9bed9dbc1f01fa7 (patch) | |
tree | 5ca0c73c6b9289476447ed726b0bd8b1ec6b355c /sm/certcheck.c | |
parent | * decrypt.c (gpgsm_decrypt): Bail out after an decryption error. (diff) | |
download | gnupg-2a28f5d0aece3300dea950b6f9bed9dbc1f01fa7.tar.gz gnupg-2a28f5d0aece3300dea950b6f9bed9dbc1f01fa7.zip |
* certlist.c (gpgsm_add_to_certlist): Check that the specified
name identifies a certificate unambiguously.
(gpgsm_find_cert): Ditto.
* server.c (cmd_listkeys): Check that the data stream is available.
(cmd_listsecretkeys): Ditto.
(has_option): New.
(cmd_sign): Fix ambiguousity in option recognition.
* gpgsm.c (main): Enable --logger-fd.
* encrypt.c (gpgsm_encrypt): Increased buffer size for better
performance.
* call-agent.c (gpgsm_agent_pksign): Check the S-Exp received from
the agent.
* keylist.c (list_cert_colon): Filter out control characters.
Diffstat (limited to 'sm/certcheck.c')
-rw-r--r-- | sm/certcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certcheck.c b/sm/certcheck.c index 9108eb8e9..524ed26b8 100644 --- a/sm/certcheck.c +++ b/sm/certcheck.c @@ -255,7 +255,7 @@ gpgsm_create_cms_signature (KsbaCert cert, GCRY_MD_HD md, int mdalgo, gcry_md_get_algo_dlen (mdalgo), mdalgo, r_sigval, &siglen); xfree (grip); - /* FIXME: we should check that the returnes S-Exp is valid fits int + /* FIXME: we should check that the returned S-Exp is valid fits int siglen. It ould probaly be a good idea to scan and print it again to make this sure and be sure that we have canoncical encoding */ |