vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function TLSContext.setCipherList

Set the list of cipher specifications to use for TLS tunnels.

abstract void setCipherList (
  string list = null
) @safe;

The list must be a colon separated list of cipher specifications as accepted by OpenSSL. Calling this function without argument will restore the default.

See also

https://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT

Authors

Sönke Ludwig

Copyright

© 2012-2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.