Recommended SSL options that stay compatible with older peers.

Synopsis

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

struct SSLOptionsCompatibility;

Static Member Functions

Name

Description

ciphers

The cipher list recommended for this options configuration.

ciphersuites

The TLS 1.3 ciphersuites recommended for this options configuration.

groups

The group list for this options configuration.

setClientOptions

Set common parameters on a client SSL context, for example, ciphers, signature algorithms, verification options, and client EC curves.

sigalgs

The list of signature algorithms recommended for this options configuration.

Created with MrDocs