#include <AsyncSSLSocketTest.h>
Definition at line 714 of file AsyncSSLSocketTest.h.
Definition at line 716 of file AsyncSSLSocketTest.h.
References ctx_, and getSessionCallback().
720 SSL_CTX* sslCtx =
ctx_->getSSLCtx();
721 #ifdef SSL_ERROR_WANT_SESS_CACHE_LOOKUP 722 SSL_CTX_sess_set_get_cb(
725 SSL_CTX_set_session_cache_mode(
726 sslCtx, SSL_SESS_CACHE_NO_INTERNAL | SSL_SESS_CACHE_SERVER);
static uint32_t lookupDelay_
std::shared_ptr< SSLContext > ctx_
static SSL_SESSION * getSessionCallback(SSL *ssl, unsigned char *, int, int *copyflag)
TestSSLServer(SSLServerAcceptCallbackBase *acb, bool enableTFO=false)
static uint32_t asyncLookups_
static uint32_t asyncCallbacks_
uint32_t folly::TestSSLAsyncCacheServer::getAsyncCallbacks |
( |
| ) |
const |
|
inline |
uint32_t folly::TestSSLAsyncCacheServer::getAsyncLookups |
( |
| ) |
const |
|
inline |
static SSL_SESSION* folly::TestSSLAsyncCacheServer::getSessionCallback |
( |
SSL * |
ssl, |
|
|
unsigned char * |
, |
|
|
int |
, |
|
|
int * |
copyflag |
|
) |
| |
|
inlinestaticprivate |
uint32_t folly::TestSSLAsyncCacheServer::asyncCallbacks_ = 0 |
|
staticprivate |
uint32_t folly::TestSSLAsyncCacheServer::asyncLookups_ = 0 |
|
staticprivate |
uint32_t folly::TestSSLAsyncCacheServer::lookupDelay_ = 0 |
|
staticprivate |
The documentation for this class was generated from the following files: