From 3579522d3146b0c59c129a4fba7acdff33e7993b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 24 Jun 2014 17:33:54 +0200 Subject: [PATCH] Update Changelog for example configs changes --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1df10958..2ba5a5099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ Features * Support for parsing and verifying RSASSA-PSS signatures in the X.509 modules (certificates, CRLs and CSRs). * Blowfish in the cipher layer now supports variable length keys. + * Add example config.h for PSK with CCM, optimized for low RAM usage. + * Optimize for RAM usage in example config.h for NSA Suite B profile. Changes * Add LINK_WITH_PTHREAD option in CMake for explicit linking that is