roar
|
#include <boost/asio/ssl/context.hpp>
#include <string>
#include <filesystem>
#include <variant>
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) |