1#ifndef XRPL_NET_REGISTER_SSL_CERTS_H_INCLUDED
2#define XRPL_NET_REGISTER_SSL_CERTS_H_INCLUDED
4#include <xrpl/basics/Log.h>
6#include <boost/asio/ssl/context.hpp>
18 boost::asio::ssl::context&,
19 boost::system::error_code&,
A generic endpoint for log messages.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void registerSSLCerts(boost::asio::ssl::context &, boost::system::error_code &, beast::Journal j)
Register default SSL certificates.