GRPC Core  9.0.0
Data Structures | Namespaces | Typedefs
ssl_session.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/tsi/grpc_shadow_boringssl.h"
#include <grpc/slice.h>
#include <openssl/ssl.h>
#include "src/core/lib/gprpp/ref_counted.h"

Go to the source code of this file.

Data Structures

struct  tsi::SslSessionDeleter
 
class  tsi::SslCachedSession
 SslCachedSession is an immutable thread-safe storage for single session representation. More...
 

Namespaces

 tsi
 Cache for SSL sessions for sessions resumption.
 

Typedefs

typedef std::unique_ptr< SSL_SESSION, SslSessionDeleter > tsi::SslSessionPtr