From b47987195621ccb204a3a0f75f3de7bfb70f564a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 6 Jun 2014 18:10:44 +0200 Subject: [PATCH] Update Changelog for RSASSA-PSS in X.509 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bbfc3234c..e0156ecc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ TODO: bump SOVERSION for ABI change Features * Add CCM module and cipher mode to Cipher Layer * Support for CCM and CCM_8 ciphersuites + * Support for parsing and verifying RSASSA-PSS signatures in the X.509 + modules (certificates, CRLs and CSRs). Bugfix * Fix in debug_print_msg()