From b14817d10a484a134a1e3430c250623bb6206ac3 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 2 Dec 2013 22:03:23 +0100 Subject: [PATCH] Updated ChangeLog for splitting off curves from ecp.c --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 77d921c44..27a6eab78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ Changes * Relaxed some SHA2 ciphersuite's version requirements * Dropped use of readdir_r() instead of readdir() with threading support * More constant-time checks in the RSA module + * Split off curves from ecp.c into ecp_curves.c Bugfix * Fixed X.509 hostname comparison (with non-regular characters)