OpenSSLContext.setDHParams - multiple declarations
Function OpenSSLContext.setDHParams
Set params to use for DH cipher.
void setDHParams
(
string pem_file = null
) @trusted;
By default the 2048-bit prime from RFC 3526 is used.
Parameters
Name | Description |
---|---|
pem_file | Path to a PEM file containing the DH parameters. Calling this function without argument will restore the default. |
Function TLSContext.setDHParams
Set params to use for DH cipher.
abstract void setDHParams
(
string pem_file = null
) @safe;
By default the 2048-bit prime from RFC 3526 is used.
Parameters
Name | Description |
---|---|
pem_file | Path to a PEM file containing the DH parameters. Calling this function without argument will restore the default. |
Function OpenSSLContext.setDHParams
Set params to use for DH cipher.
void setDHParams
(
string pem_file = null
) @trusted;
By default the 2048-bit prime from RFC 3526 is used.
Parameters
Name | Description |
---|---|
pem_file | Path to a PEM file containing the DH parameters. Calling this function without argument will restore the default. |
Function TLSContext.setDHParams
Set params to use for DH cipher.
abstract void setDHParams
(
string pem_file = null
) @safe;
By default the 2048-bit prime from RFC 3526 is used.
Parameters
Name | Description |
---|---|
pem_file | Path to a PEM file containing the DH parameters. Calling this function without argument will restore the default. |