qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches

Opaque wrapper for an OpenSSL SSL_SESSION object. More...

#include <socket.h>

Public Member Functions

bool is_valid () const
 Checks if the session handle is valid (not null).

Public Attributes

SSL_SESSION * _session_handle = nullptr

Detailed Description

Opaque wrapper for an OpenSSL SSL_SESSION object.

Used for client-side session caching and resumption. Obtain via socket::get_session() and free via qb::io::ssl::free_session().