-
Notifications
You must be signed in to change notification settings - Fork 703
internal/envoy: Disable ECDHE-RSA-AES128-SHA and ECDHE-RSA-AES256-SHA ciphers #3154
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
internal/envoy: Disable ECDHE-RSA-AES128-SHA and ECDHE-RSA-AES256-SHA ciphers #3154
Conversation
|
Thanks for this PR @bascht! Looks like there are some failing tests though, could you run a local |
589d946 to
2729fbf
Compare
|
@youngnick oh yes absolutely. Thanks for the hint. |
Codecov Report
@@ Coverage Diff @@
## main #3154 +/- ##
=======================================
Coverage 74.00% 74.00%
=======================================
Files 96 96
Lines 6001 6001
=======================================
Hits 4441 4441
Misses 1464 1464
Partials 96 96 |
|
Sorry, I forgot to check before, but we also need a DCO signoff in the commit, you can read more in our CONTRIBUTING.md. |
youngnick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I'll merge once the DCO is all good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending a rebase on the latest main code, and adding DCO signoff (git commit --amend --signoff && git push -f should add signoff).
2729fbf to
f71c460
Compare
|
Finally got around to add a sign-off, sorry for the wait! |
|
@bascht any chance you can rebase this on top of latest |
Signed-off-by: Sebastian Schulze <[email protected]>
f71c460 to
59c3b73
Compare
|
Sure! This is moving quickly! 😬 |
|
@bascht yep, sorry for the churn :/ will get this merged as soon as CI is green again! |
…projectcontour#3154)" This reverts commit 2ccbaee. Signed-off-by: Sunjay Bhatia <[email protected]>
Re-applies projectcontour#3237 and projectcontour#3154 Blocked on projectcontour#3300 and projectcontour#3301 and should be merged for 1.13.0 release Signed-off-by: Sunjay Bhatia <[email protected]>
…#3154)" (#3301) This reverts commit 2ccbaee. Signed-off-by: Sunjay Bhatia <[email protected]>
Re-applies projectcontour#3237 and projectcontour#3154 Blocked on projectcontour#3300 and projectcontour#3301 and should be merged for 1.13.0 release Signed-off-by: Sunjay Bhatia <[email protected]>
Re-applies #3237 and #3154 Blocked on #3300 and #3301 and should be merged for 1.13.0 release Signed-off-by: Sunjay Bhatia <[email protected]>
Re-applies projectcontour#3237 and projectcontour#3154 Blocked on projectcontour#3300 and projectcontour#3301 and should be merged for 1.13.0 release Signed-off-by: Sunjay Bhatia <[email protected]> Signed-off-by: iyacontrol <[email protected]>
This change is basically the 2020 version of 18d2379 and will solve #2401, since those CBC ciphers get flagged by recent versions of Qualys SSL Labs or TestSSL.
Refs also #2880 and #2777 but is way less complex.
Closes #2401.