зеркало из https://github.com/mozilla/pjs.git
Updated previous patch with douglas's input. (still bug 323817
Truncation of hashes for ECDSA should be done at bit level, not octet level). r= vipul r=douglas
This commit is contained in:
Родитель
c28e6a9665
Коммит
5cdb03b3a0
|
@ -879,7 +879,6 @@ ECDSA_VerifyDigest(ECPublicKey *key, const SECItem *signature,
|
|||
mp_int n;
|
||||
mp_err err = MP_OKAY;
|
||||
ECParams *ecParams = NULL;
|
||||
SECItem localDigest;
|
||||
SECItem pointC = { siBuffer, NULL, 0 };
|
||||
int slen; /* length in bytes of a half signature (r or s) */
|
||||
int flen; /* length in bytes of the field size */
|
||||
|
|
Загрузка…
Ссылка в новой задаче