From: Niels Möller Date: Sun, 25 Nov 2018 17:53:55 +0000 (+0100) Subject: ChangeLog for previous change. X-Git-Tag: nettle_3.4.1rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc8378bdf46db5fbdc13fd6792a12d24af71ecf;p=thirdparty%2Fnettle.git ChangeLog for previous change. --- diff --git a/ChangeLog b/ChangeLog index 2683e914..31787d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,9 @@ 2018-11-08 Simo Sorce + * testsuite/rsa-sec-compute-root-test.c: Add more tests for new + side-channel silent functions. + * rsa-sign.c (rsa_private_key_prepare): Check that qn + cn >= pn, since that is required for one of the GMP calls in _rsa_sec_compute_root.