CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2020/09/13 10:49:05

Modified files:
        lib/libssl     : ssl.h ssl_ciph.c ssl_ciphers.c ssl_lib.c 
                         ssl_locl.h 

Log message:
Implement SSL_{CTX_,}set_ciphersuites().

OpenSSL added a separate API for configuring TLSv1.3 ciphersuites. Provide
this API, while retaining the current behaviour of being able to configure
TLSv1.3 via the existing interface.

Note that this is not currently exposed in the headers/exported symbols.

ok beck@ inoguchi@ tb@

Reply via email to