Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
secure_session.h File Reference

TLS-secured session wrapper for encrypted communication. More...

#include <atomic>
#include <deque>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <vector>
#include <asio.hpp>
#include <asio/ssl.hpp>
#include "kcenon/network/internal/tcp/secure_tcp_socket.h"
Include dependency graph for secure_session.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::session::secure_session
 Manages a single connected secure (TLS/SSL) client session on the server side, providing asynchronous encrypted read/write operations. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::session
 

Detailed Description

TLS-secured session wrapper for encrypted communication.

TLS-encrypted messaging session over secure TCP sockets.

See also
tls_policy.h

Implements the session interface for TLS-secured TCP connections using ASIO SSL streams with asynchronous send/receive.

Definition in file secure_session.h.