commit | bd47a58221f80c088275904040c95e68ab81cec8 | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 12 13:43:29 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 13 13:03:06 2015 +0100 |
tree | 759fb3ab1f2ee72b7d021ce71e3a9a7cc3a15904 | |
parent | 448ea506bf075c22680fc2d45477f78ceb11d8cf [diff] |
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.