https://issues.apache.org/bugzilla/show_bug.cgi?id=51363
Bug #: 51363
Summary: Disable Anonymous ECDH ciphersuites by default
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27152
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27152
Disable AECDH ciphersuites by default
The OpenSSL-1.x CHANGES file says that 'the ECC ciphersuites are no longer
excluded from "ALL" and "DEFAULT".'
The default SSLCipherSuite directive (docs/conf/extra/httpd-ssl.conf.in)...
SSLCipherSuite RC4-SHA:AES128-SHA:ALL:!ADH:!EXP:!LOW:!MD5:!SSLV2:!NULL
...enables ALL, and then disables anonymous DH but not anonymous ECDH.
I presume that the intended behaviour is that all anonymous ciphersuites should
be disabled by default, so I think ":!AECDH" should be added after ":!ADH".
Trivial patch attached.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]