Merged more constant-time checking in RSA

This commit is contained in:
Paul Bakker 2013-12-02 14:52:57 +01:00
commit 4040d7e95c
2 changed files with 80 additions and 71 deletions

View file

@ -6,6 +6,7 @@ Changes
* 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)