Function 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.
Prototype
abstract void setCipherList(
string list = null
);
See also
https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.