proxygen
|
This is the complete list of members for wangle::SSLContextManagerForTest, including all inherited members.
addSSLContextConfig(const SSLContextConfig &ctxConfig, const SSLCacheOptions &cacheOptions, const TLSTicketKeySeeds *ticketSeeds, const folly::SocketAddress &vipAddress, const std::shared_ptr< SSLCacheProvider > &externalCache, SslContexts *contexts=nullptr) | wangle::SSLContextManager | |
clear() | wangle::SSLContextManager | |
getDefaultSSLCtx() const | wangle::SSLContextManager | |
getSSLCtx(const SSLContextKey &key) const | wangle::SSLContextManager | |
getSSLCtxByExactDomain(const SSLContextKey &key) const | wangle::SSLContextManager | |
getSSLCtxBySuffix(const SSLContextKey &key) const | wangle::SSLContextManager | |
insertSSLCtxByDomainName(const char *dn, size_t len, std::shared_ptr< folly::SSLContext > sslCtx, SslContexts &contexts, CertCrypto certCrypto=CertCrypto::BEST_AVAILABLE) | wangle::SSLContextManager | protected |
insertSSLCtxByDomainName(const char *dn, size_t len, std::shared_ptr< folly::SSLContext > sslCtx, CertCrypto certCrypto=CertCrypto::BEST_AVAILABLE) | wangle::SSLContextManager | inlineprotected |
loadCertKeyPairExternal(const std::shared_ptr< folly::SSLContext > &, const SSLContextConfig &, const std::string &) | wangle::SSLContextManager | inlineprotectedvirtual |
overrideConfiguration(const std::shared_ptr< folly::SSLContext > &, const SSLContextConfig &) | wangle::SSLContextManager | inlineprotectedvirtual |
reloadTLSTicketKeys(const std::vector< std::string > &oldSeeds, const std::vector< std::string > ¤tSeeds, const std::vector< std::string > &newSeeds) | wangle::SSLContextManager | |
resetSSLContextConfigs(const std::vector< SSLContextConfig > &ctxConfig, const SSLCacheOptions &cacheOptions, const TLSTicketKeySeeds *ticketSeeds, const folly::SocketAddress &vipAddress, const std::shared_ptr< SSLCacheProvider > &externalCache) | wangle::SSLContextManager | |
setClientHelloExtStats(ClientHelloExtStats *stats) | wangle::SSLContextManager | inline |
setClientVerifyCallback(std::unique_ptr< ClientCertVerifyCallback > cb) | wangle::SSLContextManager | inline |
setSSLStats(SSLStats *stats) | wangle::SSLContextManager | inline |
SSLContextManager(folly::EventBase *eventBase, const std::string &vipName, bool strict, SSLStats *stats) | wangle::SSLContextManager | explicit |
stats_ | wangle::SSLContextManager | protected |
vipName_ | wangle::SSLContextManager | protected |
~SSLContextManager() | wangle::SSLContextManager | virtual |