Set the list of cipher specifications to use for SSL/TLS tunnels.
The list must be a colon separated list of cipher specifications as accepted by OpenSSL. Calling this function without argument will restore the default.
The default is derived from https://wiki.mozilla.org/Security/Server_Side_TLS, using the "intermediate" list for TLSv1.2+ server contexts or using the "old compatibility" list otherwise.
https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
See Implementation
Set the list of cipher specifications to use for SSL/TLS tunnels.
The list must be a colon separated list of cipher specifications as accepted by OpenSSL. Calling this function without argument will restore the default.
The default is derived from https://wiki.mozilla.org/Security/Server_Side_TLS, using the "intermediate" list for TLSv1.2+ server contexts or using the "old compatibility" list otherwise.