Moved to advanced ciphersuite representation and more dynamic SSL code
diff --git a/ChangeLog b/ChangeLog
index eaec163..59a43dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
= Development
Changes
+ * Introduced separate SSL Ciphersuites module that is based on
+ Cipher and MD information
* Internals for SSL module adapted to have separate IV pointer that is
dynamically set (Better support for hardware acceleration)
@@ -47,6 +49,8 @@
= Version 1.2.4 released 2013-01-25
Changes
+ * More advanced SSL ciphersuite representation and moved to more dynamic
+ SSL core
* Added ssl_handshake_step() to allow single stepping the handshake process
Bugfix