|
Botan 3.11.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/strong_type.h>#include <botan/types.h>#include <array>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
| namespace | Botan::TLS |
Typedefs | |
| using | Botan::TLS::Ticket_Nonce = Strong<std::vector<uint8_t>, struct Ticket_Nonce_> |
| Used to derive the ticket's PSK from the resumption_master_secret. | |
| using | Botan::TLS::Transcript_Hash = std::vector<uint8_t> |
Functions | |
| const char * | Botan::TLS::handshake_type_to_string (Handshake_Type type) |
Variables | |
| constexpr uint64_t | Botan::TLS::DOWNGRADE_TLS11 = 0x444F574E47524400 |
| constexpr uint64_t | Botan::TLS::DOWNGRADE_TLS12 = 0x444F574E47524401 |
| constexpr std::array< uint8_t, 32 > | Botan::TLS::HELLO_RETRY_REQUEST_MARKER |
Public Header.
Definition in file tls_magic.h.