commit | 662c6e8cdd36166693891ba39a22c4a960884db6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 06 17:39:23 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 12:33:27 2015 +0200 |
tree | b2c7fe01eaf644cba694687cfba3496203600fd7 | |
parent | 1028b74cff9607cdbcd3635378bb90a7c7a6153e [diff] [blame] |
Disable truncated HMAC by default
diff --git a/ChangeLog b/ChangeLog index 2e5a54f..68d2747 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -85,6 +85,7 @@ enabled in the default configuration, this is only noticeable if using a custom config.h * Default DHM parameters server-side upgraded from 1024 to 2048 bits. + * Negotiation of truncated HMAC is now disabled by default on server too. Reauirement changes * The minimum MSVC version required is now 2010 (better C99 support).