Merged change from readdir_r() to readdir() + threading

This commit is contained in:
Paul Bakker 2013-12-02 14:50:49 +01:00
commit c3d0d07a7a
12 changed files with 337 additions and 28 deletions

View file

@ -5,6 +5,7 @@ Changes
* gen_prime() speedup
* Speedup of ECP multiplication operation
* Relaxed some SHA2 ciphersuite's version requirements
* Dropped use of readdir_r() instead of readdir() with threading support
Bugfix
* Fixed X.509 hostname comparison (with non-regular characters)