commit | 480905d5635d0dc50ead27529aaf4f36a46a604d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 21 19:38:32 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 30 14:19:59 2014 +0200 |
tree | 288a8c2335e226378dc21582b174baf471c9cc9a | |
parent | ef5087d150d5804e239878b17f357c9fee627883 [diff] [blame] |
Fix selection of hash from sig_alg ClientHello ext.
diff --git a/ChangeLog b/ChangeLog index c72ee5d..1ec1ca8 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,6 +1,10 @@ PolarSSL ChangeLog (Sorted per branch, date) = 1.3 branch +Security + * Lowest common hash was selected from signature_algorithms extension in + TLS 1.2 (found by Darren Bane) (introduced in 1.3.8). + Bugfix * Support escaping of commas in x509_string_to_names() * Fix compile error in ssl_pthread_server (found by Julian Ospald).