mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Add a list of RFCS to DETAIL.
--
This commit is contained in:
parent
d240b5ac27
commit
d516ae685e
2 changed files with 14 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue