roar
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
make_ssl_context.hpp File Reference
#include <boost/asio/ssl/context.hpp>
#include <string>
#include <filesystem>
#include <variant>
Include dependency graph for make_ssl_context.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Roar::SslServerContext
 

Namespaces

namespace  Roar
 

Functions

void Roar::initializeServerSslContext (SslServerContext &ctx)
 A function to simplify the creation of ssl contexts. Make one on your own if you need more sophisticated settings.
 
boost::asio::ssl::context Roar::makeSslContext (const std::string &certificate, const std::string &privateKey)