#include <sess_ticket.hpp>
|
static void | b64_to_key (const std::string &b64, const char *title, unsigned char *out, const size_t outlen) |
|
Definition at line 31 of file sess_ticket.hpp.
◆ UPtr
◆ Status
Enumerator |
---|
NO_TICKET | |
TICKET_AVAILABLE | |
TICKET_EXPIRING | |
Definition at line 38 of file sess_ticket.hpp.
◆ ~TLSSessionTicketBase()
virtual openvpn::TLSSessionTicketBase::~TLSSessionTicketBase |
( |
| ) |
|
|
virtualdefault |
◆ b64_to_key()
static void openvpn::TLSSessionTicketBase::b64_to_key |
( |
const std::string & |
b64, |
|
|
const char * |
title, |
|
|
unsigned char * |
out, |
|
|
const size_t |
outlen |
|
) |
| |
|
inlinestaticprivate |
◆ create_session_ticket_key()
virtual Status openvpn::TLSSessionTicketBase::create_session_ticket_key |
( |
Name & |
name, |
|
|
Key & |
key |
|
) |
| const |
|
pure virtual |
◆ lookup_session_ticket_key()
virtual Status openvpn::TLSSessionTicketBase::lookup_session_ticket_key |
( |
const Name & |
name, |
|
|
Key & |
key |
|
) |
| const |
|
pure virtual |
◆ OPENVPN_EXCEPTION()
openvpn::TLSSessionTicketBase::OPENVPN_EXCEPTION |
( |
sess_ticket_error |
| ) |
|
◆ session_id_context()
virtual std::string openvpn::TLSSessionTicketBase::session_id_context |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: