- Changed origins of random function and pointer in rsa_pkcs1_encrypt, rsa_init, rsa_gen_key.
Moved to parameters of function instead of context pointers as within ssl_cli, context pointer cannot be set easily.
diff --git a/ChangeLog b/ChangeLog
index 9e77f2c..5557394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,8 +11,9 @@
Changes
* Made Makefile cleaner
* Removed dependency on rand() in rsa_pkcs1_encrypt().
- Now using random fuction provided to context.
- Requires initialization with rsa_init() before use!
+ Now using random fuction provided to function and
+ changed the prototype of rsa_pkcs1_encrypt(),
+ rsa_init() and rsa_gen_key().
* Some SSL defines were renamed in order to avoid
future confusion