proxygen
SSLSessionCacheUtils.cpp File Reference
#include <wangle/client/ssl/SSLSessionCacheUtils.h>
#include <memory>
#include <folly/io/IOBuf.h>
#include <wangle/ssl/SSLUtil.h>

Go to the source code of this file.

Namespaces

 wangle
 

Functions

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