asio C++ library

PrevUpHomeNext

ssl::context_service::add_verify_path

Add a directory containing certification authority files to be used for performing verification.

asio::error_code add_verify_path(
    impl_type & impl,
    const std::string & path,
    asio::error_code & ec);

PrevUpHomeNext