OpenVPN 3 Core Library
|
#include <sess_cache.hpp>
Public Types | |
typedef std::unique_ptr< Key > | UPtr |
Public Member Functions | |
Key (const std::string &key_arg, OpenSSLSessionCache::Ptr cache_arg) | |
void | commit (::SSL_SESSION *sess) |
Private Attributes | |
const std::string | key |
OpenSSLSessionCache::Ptr | cache |
Definition at line 92 of file sess_cache.hpp.
typedef std::unique_ptr<Key> openvpn::OpenSSLSessionCache::Key::UPtr |
Definition at line 95 of file sess_cache.hpp.
|
inline |
Definition at line 97 of file sess_cache.hpp.
|
inline |
Definition at line 105 of file sess_cache.hpp.
|
private |
Definition at line 127 of file sess_cache.hpp.
|
private |
Definition at line 126 of file sess_cache.hpp.