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

ciphers

The list of ciphers recommended for server use.

ciphersuites

The TLS 1.3 ciphersuites recommended for this options configuration.

groups

The group list for this options configuration.

Created with MrDocs