- 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
This commit is contained in:
Paul Bakker 2012-05-19 08:43:48 +00:00
parent 50546921ac
commit e6ee41f932
5 changed files with 317 additions and 17 deletions

View file

@ -17,6 +17,8 @@ Features
* 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 @@ Bugfix
* 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