|
Monero
|
#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. | |
| 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.
| std::string epee::net_utils::ssl_authentication_t::certificate_path |
Certificate used for authentication to peer.
| std::string epee::net_utils::ssl_authentication_t::private_key_path |
Private key used for authentication.