asio C++ library

PrevUpHomeNext

ssl::context::add_verify_path

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

void add_verify_path(
    const std::string & path);
  » more...

void add_verify_path(
    const std::string & path,
    asio::error_code & ec);
  » more...

PrevUpHomeNext