proxygen
folly::ssl::SSLServerOptions Struct Reference

#include <SSLOptions.h>

Static Public Attributes

static constexpr auto kCipherList
 

Detailed Description

Recommended SSL options for server-side scenario.

Definition at line 72 of file SSLOptions.h.

Member Data Documentation

constexpr std::array< const char *, 12 > folly::ssl::SSLServerOptions::kCipherList
static
Initial value:
"ECDHE-ECDSA-AES128-GCM-SHA256",
"ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-ECDSA-AES128-SHA",
"ECDHE-ECDSA-AES256-SHA",
"ECDHE-RSA-AES128-GCM-SHA256",
"ECDHE-RSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
"AES128-GCM-SHA256",
"AES256-GCM-SHA384",
"AES128-SHA",
"AES256-SHA")

The list of ciphers recommended for server use.

Definition at line 76 of file SSLOptions.h.

Referenced by wangle::SSLContextConfig::getDefaultCiphers(), and folly::ssl::ssl_options_detail::logDfatal().


The documentation for this struct was generated from the following files: