diff options
author | Werner Koch <[email protected]> | 2020-08-13 09:00:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-13 09:00:59 +0000 |
commit | d516ae685edd1548faf7208084ff8af5357340ff (patch) | |
tree | 903b0397e827d2f35269f8966d97146693bf35f4 /agent/pksign.c | |
parent | tools: Install gpgsplit again (diff) | |
download | gnupg-d516ae685edd1548faf7208084ff8af5357340ff.tar.gz gnupg-d516ae685edd1548faf7208084ff8af5357340ff.zip |
doc: Add a list of RFCS to DETAIL.
--
Diffstat (limited to 'agent/pksign.c')
-rw-r--r-- | agent/pksign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/pksign.c b/agent/pksign.c index 6d13278ff..c94c1a197 100644 --- a/agent/pksign.c +++ b/agent/pksign.c @@ -187,7 +187,7 @@ do_encode_dsa (const byte *md, size_t mdlen, int pkalgo, gcry_sexp_t pkey, return gpg_error (GPG_ERR_INV_LENGTH); } - /* ECDSA 521 is special has it is larger than the largest hash + /* ECDSA 521 is special as it is larger than the largest hash we have (SHA-512). Thus we change the size for further processing to 512. */ if (pkalgo == GCRY_PK_ECC && qbits > 512) |