summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-06-09 22:49:00 +0200
committerNiels Möller <nisse@lysator.liu.se>2017-06-09 22:49:00 +0200
commitfd2dc9b0f7ae9cdf126010674a6c7c2e1888a313 (patch)
treecc9f4e78dac361b3b77f3ed895afdba6d6ac89da
parent5f184de4150286af7949950692d02e304b25506e (diff)
downloadnettle-fd2dc9b0f7ae9cdf126010674a6c7c2e1888a313.tar.gz
ChangeLog entries for previous two commits.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7301100..6cdbe451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-06-09 Niels Möller <nisse@lysator.liu.se>
+
+ * 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 <nisse@lysator.liu.se>
Rework the previous change, which had the unintended effect of