join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
tls.hpp File Reference
#include <join/datagram_socket.hpp>
#include <join/stream_socket.hpp>
#include <join/tls_protocol.hpp>
#include <join/tls_context.hpp>
#include <join/tls_error.hpp>
#include <join/error.hpp>
#include <algorithm>
#include <iostream>
#include <utility>
#include <chrono>
#include <string>
#include <fnmatch.h>
#include <cassert>
Include dependency graph for tls.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::BasicTls< Protocol >
 basic TLS/DTLS decorator. More...
 

Namespaces

namespace  join
 

Functions

template<class Protocol >
bool join::operator< (const BasicTls< Protocol > &a, const BasicTls< Protocol > &b) noexcept
 compare two TLS decorators based on their underlying socket handle.