Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/tls_algos.h>
#include <botan/tls_magic.h>
#include <botan/tls_version.h>
#include <botan/secmem.h>
#include <botan/pkix_types.h>
#include <vector>
#include <string>
#include <map>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::TLS |
Enumerations | |
enum | Botan::TLS::Handshake_Extension_Type { Botan::TLS::TLSEXT_SERVER_NAME_INDICATION = 0 , Botan::TLS::TLSEXT_CERT_STATUS_REQUEST = 5 , Botan::TLS::TLSEXT_CERTIFICATE_TYPES = 9 , Botan::TLS::TLSEXT_SUPPORTED_GROUPS = 10 , Botan::TLS::TLSEXT_EC_POINT_FORMATS = 11 , Botan::TLS::TLSEXT_SRP_IDENTIFIER = 12 , Botan::TLS::TLSEXT_SIGNATURE_ALGORITHMS = 13 , Botan::TLS::TLSEXT_USE_SRTP = 14 , Botan::TLS::TLSEXT_ALPN = 16 , Botan::TLS::TLSEXT_ENCRYPT_THEN_MAC = 22 , Botan::TLS::TLSEXT_EXTENDED_MASTER_SECRET = 23 , Botan::TLS::TLSEXT_SESSION_TICKET = 35 , Botan::TLS::TLSEXT_SUPPORTED_VERSIONS = 43 , Botan::TLS::TLSEXT_SAFE_RENEGOTIATION = 65281 } |