From 23647b4df51e23ef976375cac2de1664c0d369e7 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 4 Jul 2014 15:00:12 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0a8a18f9..3f5cf88d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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