![]() |
libfilezilla
|
A Transport Layer Security (TLS) layer. More...
#include "socket.hpp"
Go to the source code of this file.
Classes | |
class | tls_layer |
A Transport Layer Security (TLS) layer. More... | |
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Typedefs | |
typedef simple_event< certificate_verification_event_type, tls_layer *, tls_session_info > | certificate_verification_event |
This event gets sent during the handshake with details about the session and the used certificate. More... | |
Enumerations | |
enum | tls_ver { v1_0, v1_1, v1_2, v1_3 } |
enum | tls_server_flags : unsigned int { none = 0, no_auto_ticket = 0x1, debug_no_tickets = 0x2 } |
enum | tls_client_flags : unsigned int { none = 0, debug_no_tickets = 0x1 } |
A Transport Layer Security (TLS) layer.