From 0478c2f77e6606d01b0547446fade696da1f9a36 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 17 Sep 2018 21:21:28 +0200 Subject: [PATCH] Add ChangeLog entry for single-curve build fixes Fix #941, #1412, #1147, #2017 Signed-off-by: Gilles Peskine --- ChangeLog.d/build_with_only_montgomery_curves.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/build_with_only_montgomery_curves.txt diff --git a/ChangeLog.d/build_with_only_montgomery_curves.txt b/ChangeLog.d/build_with_only_montgomery_curves.txt new file mode 100644 index 000000000..d4ec7c56c --- /dev/null +++ b/ChangeLog.d/build_with_only_montgomery_curves.txt @@ -0,0 +1,6 @@ +Bugfix + * Fix build errors when the only enabled elliptic curves are Montgomery + curves. Raised by signpainter in #941 and by Taiki-San in #1412. This + also fixes missing declarations reported by Steven Cooreman in #1147. + * Fix self-test failure when the only enabled short Weierstrass elliptic + curve is secp192k1. Fixes #2017.