Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Enumerations
tls_channel_impl.h File Reference

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
}
 

Detailed Description

Internal Header.

Definition in file tls_channel_impl.h.