• Paul Bakker's avatar
    Ability to specify allowed ciphersuites based on the protocol version. · 8f4ddaee
    Paul Bakker authored
    The ciphersuites parameter in the ssl_session structure changed from
    'int *' to 'int *[4]'.
    
    The new function ssl_set_ciphersuite_for_version() sets specific entries
    inside this array. ssl_set_ciphersuite() sets all entries to the same
    value.
    (cherry picked from commit a6272988)
    
    Conflicts:
    	ChangeLog
    	library/ssl_srv.c
    	library/ssl_tls.c
    8f4ddaee