commit | 4040d7e95c98f9642ec1d09d2eb64bf3f6459964 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Dec 02 14:52:57 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Dec 02 14:53:23 2013 +0100 |
tree | ba7a284213fe6c528d1be09cf05ff5793ee97eaa | |
parent | c3d0d07a7ae1286056804a8f030c57caaf4c7fbc [diff] [blame] | |
parent | 27290daf3b92b841159d7b23f71251fee5ea6c1e [diff] [blame] |
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)