SHA256
1
0
forked from pool/apache2

Accepting request 204244 from home:elvigia:branches:Apache

- mod_ssl: improve ephemeral key handling in particular, support DH params
  with more than 1024 bits, and allow custom configuration.
  This patch adjust DH parameters according to the relevant RFC 
  recommendations and permanently disables the usage of "export"
  and "NULL" ciphers no matter what the user configuration is
  (mod_ssl-2.4.x-ekh.diff, to be in 2.4.7)

OBS-URL: https://build.opensuse.org/request/show/204244
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=394
This commit is contained in:
Cristian Rodríguez
2013-10-21 23:51:12 +00:00
committed by Git OBS Bridge
parent a7e48a73f8
commit 4380c6bdd7
3 changed files with 1599 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 21 23:44:19 UTC 2013 - crrodriguez@opensuse.org
- mod_ssl: improve ephemeral key handling in particular, support DH params
with more than 1024 bits, and allow custom configuration.
This patch adjust DH parameters according to the relevant RFC
recommendations and permanently disables the usage of "export"
and "NULL" ciphers no matter what the user configuration is
(mod_ssl-2.4.x-ekh.diff, to be in 2.4.7)
-------------------------------------------------------------------
Mon Oct 21 23:27:56 UTC 2013 - crrodriguez@opensuse.org