|  | Home | Libraries | People | FAQ | More | 
Use the specified memory buffer to obtain the temporary Diffie-Hellman parameters.
void use_tmp_dh(
    const const_buffer & dh,
    boost::system::error_code & ec);
This function is used to load Diffie-Hellman parameters into the context from a buffer.
The memory buffer containing the Diffie-Hellman parameters. The buffer must use the PEM format.
Set to indicate what error occurred, if any.
            Calls SSL_CTX_set_tmp_dh.