OpenSSLContext.setCipherList

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.

class OpenSSLContext
@safe @trusted
void
setCipherList
(
string list = null
)

See Also

Meta