Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
diff --git a/ChangeLog b/ChangeLog
index f25cd60..c15c2ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,10 @@
Features
* PK tests added to test framework
* Added optional optimization for NIST MODP curves (POLARSSL_ECP_NIST_OPTIM)
+ * Support for Camellia-GCM mode and ciphersuites
Bugfix
+ * More stringent checks in cipher layer
* Server does not send out extensions not advertised by client
* Prevent possible alignment warnings on casting from char * to 'aligned *'
* Misc fixes and additions to dependency checks