#include <net_ssl.h>
|
| void | use_ssl_certificate (boost::asio::ssl::context &ssl_context) const |
| | Load private_key_path and certificate_path into ssl_context. More...
|
| |
Definition at line 60 of file net_ssl.h.
◆ 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.
Definition at line 376 of file net_ssl.cpp.
378 ssl_context.use_private_key_file(
private_key_path, boost::asio::ssl::context::pem);
std::string certificate_path
Certificate used for authentication to peer.
std::string private_key_path
Private key used for authentication.
◆ certificate_path
| std::string epee::net_utils::ssl_authentication_t::certificate_path |
Certificate used for authentication to peer.
Definition at line 63 of file net_ssl.h.
◆ private_key_path
| std::string epee::net_utils::ssl_authentication_t::private_key_path |
Private key used for authentication.
Definition at line 62 of file net_ssl.h.
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/include/net/net_ssl.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/src/net_ssl.cpp