• Manuel Pégourié-Gonnard's avatar
    Add ssl_set_arc4_support() · bd47a582
    Manuel Pégourié-Gonnard authored
    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.
    bd47a582