Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restricts the allowed ciphers to prevent FREAK SSL attack. #412

Merged
merged 2 commits into from
Mar 6, 2015

Conversation

louismunro
Copy link
Contributor

Restricts the allowed ciphers to prevent FREAK SSL attack (CVE-2015-0204).
Turns on HSTS.

Fixes #411 .

Impacts

This restricts what ciphers can be used on TLS webservers.
Note that it will prevent legacy browsers from working (i.e. IE 7 and older).

Please test that all TLS using services still work.

NEWS file entries

Enhancements
++++++++++++

Http server will no longer allow downgrade to legacy "export" cipher suites and will not accept SSLv3.

Delete branch after merge

YES

@louismunro louismunro added this to the packetfence-4.7 milestone Mar 6, 2015
fdurand added a commit that referenced this pull request Mar 6, 2015
Restricts the allowed ciphers to prevent FREAK SSL attack.
@fdurand fdurand merged commit 4cd619d into inverse-inc:devel Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent SSL FREAK Attack.
2 participants