|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/tls_messages.h>#include <botan/tls_alert.h>#include <botan/tls_exceptn.h>#include <botan/tls_callbacks.h>#include <botan/rng.h>#include <botan/hash.h>#include <botan/internal/tls_reader.h>#include <botan/internal/tls_session_key.h>#include <botan/internal/tls_handshake_io.h>#include <botan/internal/tls_handshake_hash.h>#include <botan/internal/stl_util.h>#include <chrono>Go to the source code of this file.
Namespaces | |
| Botan | |
| Botan::TLS | |
Enumerations | |
| enum | { Botan::TLS::TLS_EMPTY_RENEGOTIATION_INFO_SCSV = 0x00FF, Botan::TLS::TLS_FALLBACK_SCSV = 0x5600 } |
Functions | |
| std::vector< uint8_t > | Botan::TLS::make_hello_random (RandomNumberGenerator &rng, const Policy &policy) |
1.8.9.1