commit | c16f4e1f788b36064d9461727f432ddab1d248b7 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 18:23:07 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 16:27:06 2014 +0200 |
tree | 7dcfebcd8277312b178efea715b48511af890488 | |
parent | 8eab8d368b545bc9a67a32ea74c45ad47f1bc395 [diff] [blame] |
Move RC4 ciphersuites down the list
diff --git a/ChangeLog b/ChangeLog index 82bddbb..67e1c78 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -13,6 +13,7 @@ * Debug module only outputs full lines instead of parts * Better support for the different Attribute Types from IETF PKIX (RFC 5280) * AES-NI now compiles with "old" assemblers too + * Ciphersuites based on RC4 now have the lowest priority by default Bugfix * Only iterate over actual certificates in ssl_write_certificate_request()