rippled
Loading...
Searching...
No Matches
include
xrpl
basics
make_SSLContext.h
1
#pragma once
2
3
#include <boost/asio/ssl/context.hpp>
4
5
#include <
string
>
6
7
namespace
xrpl
{
8
10
std::shared_ptr<boost::asio::ssl::context>
11
make_SSLContext
(
std::string
const
& cipherList);
12
14
std::shared_ptr<boost::asio::ssl::context>
15
make_SSLContextAuthed
(
16
std::string
const
& keyFile,
17
std::string
const
& certFile,
18
std::string
const
& chainFile,
19
std::string
const
& cipherList);
20
21
}
// namespace xrpl
std::string
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::make_SSLContext
std::shared_ptr< boost::asio::ssl::context > make_SSLContext(std::string const &cipherList)
Create a self-signed SSL context that allows anonymous Diffie Hellman.
Definition
make_SSLContext.cpp:344
xrpl::make_SSLContextAuthed
std::shared_ptr< boost::asio::ssl::context > make_SSLContextAuthed(std::string const &keyFile, std::string const &certFile, std::string const &chainFile, std::string const &cipherList)
Create an authenticated SSL context using the specified files.
Definition
make_SSLContext.cpp:355
std::shared_ptr
string
Generated by
1.9.8