proxygen
SSLSessionCacheUtils.h File Reference
#include <folly/FBString.h>
#include <folly/Optional.h>
#include <wangle/client/ssl/SSLSessionCacheData.h>
#include <openssl/ssl.h>

Go to the source code of this file.

Namespaces

 wangle
 

Functions

folly::Optional< std::stringwangle::getSessionServiceIdentity (SSL_SESSION *session)
 
bool wangle::setSessionServiceIdentity (SSL_SESSION *session, const std::string &str)
 
folly::Optional< SSLSessionCacheData > wangle::getCacheDataForSession (SSL_SESSION *sess)
 
SSL_SESSION * wangle::getSessionFromCacheData (const SSLSessionCacheData &data)
 
SSL_SESSION * wangle::cloneSSLSession (SSL_SESSION *toClone)