|
Botan 3.11.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/strong_type.h>#include <botan/types.h>#include <optional>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | Botan::TLS::Session_Handle |
| Helper class to embody a session handle in all protocol versions. More... | |
Namespaces | |
| namespace | Botan |
| namespace | Botan::TLS |
Typedefs | |
| using | Botan::TLS::Opaque_Session_Handle = Strong<std::vector<uint8_t>, struct Opaque_Session_Handle_> |
| holds an opaque session handle as used in TLS 1.3 that could be either a ticket for stateless resumption or a database handle. | |
| using | Botan::TLS::Session_ID = Strong<std::vector<uint8_t>, struct Session_ID_> |
| holds a TLS 1.2 session ID for stateful resumption | |
| using | Botan::TLS::Session_Ticket = Strong<std::vector<uint8_t>, struct Session_Ticket_> |
| holds a TLS 1.2 session ticket for stateless resumption | |
Functions | |
| auto | Botan::TLS::operator< (const Session_ID &id1, const Session_ID &id2) |
Public Header.
Definition in file tls_session_id.h.