- Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and example application (programs/ssl/o_p_test) (Requires OpenSSL)
 - Handle encryption with private key and decryption with public key as per RFC 2313


diff --git a/ChangeLog b/ChangeLog
index c8ec678..b24009b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
    * Added GCM suites to TLS 1.2 (RFC 5288)
    * Added commandline error code convertor (util/strerror)
    * Added support for Hardware Acceleration hooking in SSL/TLS
+   * Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and
+     example application (programs/ssl/o_p_test) (Requires OpenSSL)
 
 Changes
    * Removed redundant POLARSSL_DEBUG_MSG define
@@ -34,6 +36,8 @@
    * Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
    * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
      #52)
+   * Handle encryption with private key and decryption with public key as per
+   	 RFC 2313
 
 Security
    * Fixed potential memory corruption on miscrafted client messages (found by