From: Niels Möller Date: Fri, 9 Jun 2017 20:49:00 +0000 (+0200) Subject: ChangeLog entries for previous two commits. X-Git-Tag: nettle_3.4rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2dc9b0f7ae9cdf126010674a6c7c2e1888a313;p=thirdparty%2Fnettle.git ChangeLog entries for previous two commits. --- diff --git a/ChangeLog b/ChangeLog index e7301100..6cdbe451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-06-09 Niels Möller + + * pss.c (pss_verify_mgf1): Check for m being too large, fixing an + assertion failure for certain invalid signatures. Based on a patch + contributed by Daiki Ueno. + + * testsuite/rsa-pss-sign-tr-test.c (test_main): Add test case + contributed by Daiki Ueno. Problem originally found by oss-fuzz, + see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2132. + That problem report is currently embargoed, but will hopefully be + public in a month or two. + 2017-05-23 Niels Möller Rework the previous change, which had the unintended effect of