#include <botan/secmem.h>
#include <botan/tls_magic.h>
#include <botan/ocsp.h>
#include <vector>
#include <string>
#include <map>
#include <set>
Go to the source code of this file.
|
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_USABLE_ELLIPTIC_CURVES = 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_SAFE_RENEGOTIATION = 65281
} |
|