Apache 2.4.16 built against LibreSSL 2.2.3 on x86_64 Linux
There is an old patch to Apache :
https://bz.apache.org/bugzilla/show_bug.cgi?id=49559
It provided a new directive
SSLDHParametersFile /path/to/dh2048.pem
The patch no longer applies and even if I could make it apply and build
I'm no
Wednesday, August 10, 2011, 1:08:37 PM, you wrote:
> On Wed, Aug 10, 2011 at 12:53:29PM +0300, yyy wrote:
>> How to specify custom DH parameters for mod_ssl?
> [snip]
>> The FAQ of this list (http://httpd.apache.org/docs/misc/FAQ.html) is a 404.
>> Search function for mailing list archives did no
On Wed, Aug 10, 2011 at 12:53:29PM +0300, yyy wrote:
> How to specify custom DH parameters for mod_ssl?
[snip]
> The FAQ of this list (http://httpd.apache.org/docs/misc/FAQ.html) is a 404.
> Search function for mailing list archives did not take 2 character keywords
> (DH), they were ignored.
T
Hello!
How to specify custom DH parameters for mod_ssl?
When using DH ciphersuites, there are necessary DH parameters,
if they are not specified explicitly, default ones are used.
There is a default set of 1024bit parameters.
Also, is there a way to specify ECDH parameters for ECDH ciphersuites?