Botan 3.0.0-alpha0
Crypto and TLS for C&
|
#include <botan/tls_version.h>
#include <botan/tls_alert.h>
#include <botan/tls_exceptn.h>
#include <botan/internal/tls_record_layer_13.h>
#include <botan/internal/tls_cipher_state.h>
#include <botan/internal/tls_reader.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::TLS |
uint16_t fragment_length |
Definition at line 129 of file tls_record_layer_13.cpp.
Referenced by Botan::TLS::Datagram_Handshake_IO::add_record().
Protocol_Version legacy_version |
Definition at line 128 of file tls_record_layer_13.cpp.
std::vector<uint8_t> serialized |
Definition at line 130 of file tls_record_layer_13.cpp.
Record_Type type |
Definition at line 127 of file tls_record_layer_13.cpp.
Referenced by Botan::TLS::Record_Layer::prepare_records().