Updated ChangeLog for splitting off curves from ecp.c

This commit is contained in:
Paul Bakker 2013-12-02 22:03:23 +01:00
parent 76af736a47
commit b14817d10a

View file

@ -12,6 +12,7 @@ Changes
* Relaxed some SHA2 ciphersuite's version requirements * Relaxed some SHA2 ciphersuite's version requirements
* Dropped use of readdir_r() instead of readdir() with threading support * Dropped use of readdir_r() instead of readdir() with threading support
* More constant-time checks in the RSA module * More constant-time checks in the RSA module
* Split off curves from ecp.c into ecp_curves.c
Bugfix Bugfix
* Fixed X.509 hostname comparison (with non-regular characters) * Fixed X.509 hostname comparison (with non-regular characters)