libfilezilla
Classes | Namespaces | Typedefs | Enumerations
tls_layer.hpp File Reference

A Transport Layer Security (TLS) layer. More...

#include "socket.hpp"
Include dependency graph for tls_layer.hpp:

Go to the source code of this file.

Classes

class  tls_layer
 A Transport Layer Security (TLS) layer. More...
 

Namespaces

namespace  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 class  tls_ver { v1_0 , v1_1 , v1_2 , v1_3 }
 

Detailed Description

A Transport Layer Security (TLS) layer.