mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Add ssl_set_arc4_support()
Rationale: if people want to disable RC4 but otherwise keep the default suite list, it was cumbersome. Also, since it uses a global array, ssl_list_ciphersuite() is not a convenient place. So the SSL modules look like the best place, even if it means temporarily adding one SSL setting.
This commit is contained in:
parent
448ea506bf
commit
bd47a58221
9 changed files with 114 additions and 15 deletions
|
|
@ -4,6 +4,10 @@ PolarSSL ChangeLog (Sorted per branch, date)
|
|||
Changes
|
||||
* Example programs for SSL client and server now disable SSLv3 by default.
|
||||
|
||||
Features
|
||||
* Add ssl_set_arc4_support() to make it easier to diable RC4 at runtime
|
||||
while using the default ciphersuite list.
|
||||
|
||||
= PolarSSL 1.3.9 released 2014-10-20
|
||||
Security
|
||||
* Lowest common hash was selected from signature_algorithms extension in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue