Merge server-side enforced renegotiation requests

This commit is contained in:
Paul Bakker 2014-07-04 15:01:37 +02:00
commit b9e08b086b
5 changed files with 132 additions and 5 deletions

View file

@ -20,6 +20,8 @@ Features
* Optimize for RAM usage in example config.h for NSA Suite B profile.
* Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites
from the default list (inactive by default).
* Add server-side enforcement of sent renegotiation requests
(ssl_set_renegotiation_enforced())
Changes
* Add LINK_WITH_PTHREAD option in CMake for explicit linking that is