SSLServerOptionsCompatibility contains algorithms that are not recommended for modern servers, but are included to maintain comaptibility with very old clients.
Synopsis
Declared in <folly/io/async/SSLOptions.h>
struct SSLServerOptionsCompatibility;
Static Member Functions
Name |
Description |
The list of ciphers recommended for server use. |
|
The TLS 1.3 ciphersuites recommended for this options configuration. |
|
The group list for this options configuration. |
Created with MrDocs