commit | 08e81e0c8f13afb4dc2999ffc4b8dd1d9a7afe29 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jul 08 12:56:25 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jul 08 14:20:26 2014 +0200 |
tree | 757f32e4d1267fe8021f86f24fc94a1877134bf2 | |
parent | bd77254b18259e764ddb283230116817679e9ba0 [diff] [blame] |
Change selection of hash algorithm for TLS 1.2
diff --git a/ChangeLog b/ChangeLog index 96ca0e1..d9fa94a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -31,6 +31,8 @@ * Migrate zeroizing of data to polarssl_zeroize() instead of memset() against unwanted compiler optimizations * md_list() now returns hashes strongest first + * Selection of hash for signing ServerKeyExchange in TLS 1.2 now picks + strongest offered by client. Bugfix * Fix in debug_print_msg()