Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::context_service::add_verify_path

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

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

PrevUpHomeNext