Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/tls_channel.h>
#include <botan/tls_magic.h>
#include <botan/tls_version.h>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Botan::TLS::Channel_Impl |
struct | Botan::TLS::Channel_Impl::Downgrade_Information |
Namespaces | |
namespace | Botan |
namespace | Botan::TLS |
Enumerations | |
enum class | Botan::TLS::Record_Type : uint8_t { Botan::TLS::Invalid = 0 , Botan::TLS::ChangeCipherSpec = 20 , Botan::TLS::Alert = 21 , Botan::TLS::Handshake = 22 , Botan::TLS::ApplicationData = 23 , Botan::TLS::Heartbeat = 24 } |
Internal Header.
Definition in file tls_channel_impl.h.