Monero
Loading...
Searching...
No Matches
epee::net_utils::ssl_authentication_t Struct Reference

#include <net_ssl.h>

Public Member Functions

void use_ssl_certificate (boost::asio::ssl::context &ssl_context) const
 Load private_key_path and certificate_path into ssl_context.

Public Attributes

std::string private_key_path
 Private key used for authentication.
std::string certificate_path
 Certificate used for authentication to peer.

Member Function Documentation

◆ use_ssl_certificate()

void epee::net_utils::ssl_authentication_t::use_ssl_certificate ( boost::asio::ssl::context & ssl_context) const

Load private_key_path and certificate_path into ssl_context.

Member Data Documentation

◆ certificate_path

std::string epee::net_utils::ssl_authentication_t::certificate_path

Certificate used for authentication to peer.

◆ private_key_path

std::string epee::net_utils::ssl_authentication_t::private_key_path

Private key used for authentication.


The documentation for this struct was generated from the following files: