|
OpenVPN 3 Core Library
|
#include <sess_cache.hpp>
Public Types | |
| using | UPtr = std::unique_ptr< Key > |
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.
| using openvpn::OpenSSLSessionCache::Key::UPtr = std::unique_ptr<Key> |
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.