proxygen
TestUtil.h File Reference
#include <string>
#include <glog/logging.h>
#include <wangle/client/ssl/SSLSession.h>

Go to the source code of this file.

Namespaces

 wangle
 

Functions

std::vector< std::pair< SSL_SESSION *, size_t > > wangle::getSessions ()
 
std::pair< SSL_SESSION *, size_t > wangle::getSessionWithTicket ()
 
SSLSessionPtr wangle::createPersistentTestSession (std::pair< SSL_SESSION *, size_t > session)
 
std::string wangle::getSessionData (SSL_SESSION *s, size_t expectedLength)
 
bool wangle::isSameSession (std::pair< SSL_SESSION *, size_t > lhs, std::pair< SSL_SESSION *, size_t > rhs)