commit | b14817d10a484a134a1e3430c250623bb6206ac3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Dec 02 22:03:23 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Dec 02 22:03:23 2013 +0100 |
tree | 4cd2371abaebad8109d9f23932835ad3046af7dc | |
parent | 76af736a47797bffe05306398b07c56fec14079c [diff] [blame] |
Updated ChangeLog for splitting off curves from ecp.c
diff --git a/ChangeLog b/ChangeLog index 77d921c..27a6eab 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -12,6 +12,7 @@ * 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)