commit | 26d88cf154472f82b9777c06b57dc32226319f26 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Jun 27 11:48:01 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 29 18:54:28 2015 +0200 |
tree | ae55f9e091ae272ca9dcefaa641c3f59df023b9d | |
parent | 5324d411da32d754a9658ff3eb5c1e59960d2bd9 [diff] [blame] |
Fix thread-safety issue in debug.c
diff --git a/ChangeLog b/ChangeLog index d2328b6..626b141 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,9 @@ * Increase the minimum size of Diffie-Hellman parameters accepted by the lient to 1024 bits, to protect against Logjam attack. +Bugfix + * Fix thread-safety issue in the SSL debug module. + Changes * Add SSL_MIN_DHM_BYTES configuration parameter in config.h to choose the minimum size of Diffie-Hellman parameters accepted by the client.