Merged more constant-time checking in RSA
diff --git a/ChangeLog b/ChangeLog
index 7bf2a67..9419df2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
    * Speedup of ECP multiplication operation
    * Relaxed some SHA2 ciphersuite's version requirements
    * Dropped use of readdir_r() instead of readdir() with threading support
+   * More constant-time checks in the RSA module
 
 Bugfix
    * Fixed X.509 hostname comparison (with non-regular characters)