TLSContext.setCipherList

Set the list of cipher specifications to use for 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.

interface TLSContext
@safe
void
setCipherList
(
string list = null
)

See Also

Meta