folly::ssl::setCipherSuites

Set the cipher suite of ctx to that in TSSLOptions, and print any runtime error it catches.

Synopsis

Declared in <folly/io/async/SSLOptions.h>

template<typename TSSLOptions>
void
setCipherSuites(SSLContext& ctx);

Parameters

NameDescription
ctxThe SSLContext to apply the desired SSL options to.