diff options
author | Werner Koch <[email protected]> | 2007-12-13 15:45:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-12-13 15:45:40 +0000 |
commit | 9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315 (patch) | |
tree | 7373ba64496d9695d194ed16c54abee7f5f887ba /sm/sign.c | |
parent | Allow type 20 keys only with option --rfc2440. (diff) | |
download | gnupg-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.tar.gz gnupg-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.zip |
Allow verification of some broken S-TRUST generated signatures.
Diffstat (limited to '')
-rw-r--r-- | sm/sign.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -491,7 +491,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist, unsigned char *digest; size_t digest_len; /* Fixme do this for all signers and get the algo to use from - the signer's certificate - does not make mich sense, but we + the signer's certificate - does not make much sense, but we should do this consistent as we have already done it above. */ algo = GCRY_MD_SHA1; hash_data (data_fd, data_md); @@ -530,7 +530,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist, } /* We need to write at least a minimal list of our capabilities to - try to convince some MUAs to use 3DEs and not the crippled + try to convince some MUAs to use 3DES and not the crippled RC2. Our list is: aes128-CBC |