Disable RC4 by default in example programs.

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-12 14:05:33 +01:00
parent bd47a58221
commit fa06581c73
6 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@ PolarSSL ChangeLog (Sorted per branch, date)
= PolarSSL 1.3.10 released ???
Changes
* Example programs for SSL client and server now disable SSLv3 by default.
* Example programs for SSL client and server now disable RC4 by default.
Features
* Add ssl_set_arc4_support() to make it easier to diable RC4 at runtime