Classes | |
| struct | error |
| class | connection |
| A class that represents a TCP/IP connection. More... | |
Functions | |
| template<typename Verifier > | |
| auto | verbose_verify (Verifier &&verifier) |
| void | load_tls_root_certs (boost::asio::ssl::context &ctx) |
| void network_asio::load_tls_root_certs | ( | boost::asio::ssl::context & | ctx | ) |
Definition at line 36 of file tls_root_store.cpp.
References ERR_NW, i, and game_config::path.
Referenced by network_asio::connection::handle_handshake(), and wesnothd_connection::handle_handshake().
| auto network_asio::verbose_verify | ( | Verifier && | verifier | ) |
Definition at line 143 of file network_asio.cpp.
References DBG_NW.
Referenced by network_asio::connection::handle_handshake().