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.

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

See Also

Meta