From a0f082c574f824666e3fe52236f3f3b226c90289 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 18 Jul 2010 10:14:07 +0000 Subject: [PATCH] - Rewrite ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3a0db157..6fdbc0b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,12 +5,13 @@ Features * Added support for SSL_EDH_RSA_AES_128_SHA and SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites * Added compile-time and run-time version information + * Expanded ssl_client2 arguments for more flexibility Changes * Made Makefile cleaner * Removed dependency on rand() in rsa_pkcs1_encrypt(). - Now using random fuction provided to context - * Expanded ssl_client2 arguments for more flexibility + Now using random fuction provided to context. + Requires initialization with rsa_init() before use! Bug fixes * Fixed CMake out of source build for tests (found by