Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

ssl::context_service::load_verify_file
PrevUpHomeNext

Load a certification authority file for performing verification.

boost::system::error_code load_verify_file(
    impl_type & impl,
    const std::string & filename,
    boost::system::error_code & ec);

PrevUpHomeNext