Recommended SSL options that stay compatible with older peers.
Synopsis
Declared in <folly/io/async/SSLOptions.h>
struct SSLOptionsCompatibility;
Static Member Functions
Name |
Description |
The cipher list recommended for this options configuration. |
|
The TLS 1.3 ciphersuites recommended for this options configuration. |
|
The group list for this options configuration. |
|
Set common parameters on a client SSL context, for example, ciphers, signature algorithms, verification options, and client EC curves. |
|
The list of signature algorithms recommended for this options configuration. |
Created with MrDocs