Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::context::load_verify_file

Load a certification authority file for performing verification.

void load_verify_file(
    const std::string & filename);
  » more...

void load_verify_file(
    const std::string & filename,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext