asio C++ library

PrevUpHomeNext

ssl::context::use_tmp_dh_file

Use the specified file to obtain the temporary Diffie-Hellman parameters.

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

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

PrevUpHomeNext