Fix bug with ssl_set_curves() check on client
diff --git a/ChangeLog b/ChangeLog
index 4958da8..f322a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -99,6 +99,8 @@
* Add missing extern "C" guard in aesni.h (reported by amir zamani).
* Add missing dependency on SHA-256 in some x509 programs (reported by
Gergely Budai).
+ * Fix bug related to ssl_set_curves(): the client didn't check that the
+ curve picked by the server was actually allowed.
Changes
* Adjusting/overriding CFLAGS and LDFLAGS with the make build syste is now