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. #410

Closed
wants to merge 1 commit into from

Conversation

louismunro
Copy link
Contributor

Description

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-5 milestone Mar 5, 2015
@louismunro
Copy link
Contributor Author

Will rebase and merge in v4.7 considering the impacts.

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.
1 participant