proxygen
|
#include <SSLContextConfig.h>
Public Attributes | |
std::set< std::string > | offloadType |
bool | localFallback {false} |
std::string | serviceId {"default"} |
bool | enableCertOffload {false} |
Definition at line 58 of file SSLContextConfig.h.
bool wangle::SSLContextConfig::KeyOffloadParams::enableCertOffload {false} |
Definition at line 68 of file SSLContextConfig.h.
bool wangle::SSLContextConfig::KeyOffloadParams::localFallback {false} |
Definition at line 64 of file SSLContextConfig.h.
std::set<std::string> wangle::SSLContextConfig::KeyOffloadParams::offloadType |
Definition at line 62 of file SSLContextConfig.h.
Referenced by wangle::SSLContextManager::addSSLContextConfig().
std::string wangle::SSLContextConfig::KeyOffloadParams::serviceId {"default"} |
Definition at line 66 of file SSLContextConfig.h.