Update ChangeLog for fix for #541 - out-of-tree CMake builds

This commit is contained in:
Simon Butcher 2016-09-07 17:25:16 +03:00
parent 741f230e78
commit c0d76b8255

View file

@ -17,6 +17,8 @@ Bugfix
when GCM is used. #441
* Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
enabled unless others were also present. Found by David Fernandez. #428
* Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
a contribution from Tobias Tangemann. #541
Changes
* Extended test coverage of special cases, and added new timing test suite.