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

tls: remove RSA key transport cipher suites from the defaults on the server-side #20862

Merged
merged 1 commit into from
May 4, 2022
Merged

tls: remove RSA key transport cipher suites from the defaults on the server-side #20862

merged 1 commit into from
May 4, 2022

Conversation

derekguo001
Copy link

tls: remove RSA key transport cipher suites from the defaults on the server-side

Signed-off-by: derekguo001 [email protected]

Commit Message:
Additional Description:
Risk Level: Low
Testing: integration
Docs Changes: N/A
Release Notes: Added
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue] Fixes #5399 and checks off one box for #5401
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

@PiotrSikora @ggreenway @yanavlasov Please help to view it when you are available. Thanks!

@derekguo001
Copy link
Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #20862 (comment) was created by @derekguo001.

see: more, trace.

Copy link
Contributor

@ggreenway ggreenway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the docs at

// [ECDHE-ECDSA-AES128-GCM-SHA256|ECDHE-ECDSA-CHACHA20-POLY1305]

/wait

/wait

Copy link
Contributor

@pradeepcrao pradeepcrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(removing comment, didn't see Greg's identical comment above)

@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to (api/envoy/|docs/root/api-docs/).
envoyproxy/api-shepherds assignee is @adisuissa
CC @envoyproxy/api-watchers: FYI only for changes made to (api/envoy/|docs/root/api-docs/).

🐱

Caused by: #20862 was synchronize by derekguo001.

see: more, trace.

@yanavlasov
Copy link
Contributor

LGTM, module comment and doc merge.

/wait

@derekguo001
Copy link
Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #20862 (comment) was created by @derekguo001.

see: more, trace.

Copy link
Contributor

@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm api

adisuissa
adisuissa previously approved these changes May 3, 2022
Copy link
Contributor

@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!
@ggreenway can you take a final pass?

docs/root/version_history/current.rst Outdated Show resolved Hide resolved
@ggreenway ggreenway merged commit 42134ce into envoyproxy:main May 4, 2022
@derekguo001 derekguo001 deleted the remove-rsa-key-transport branch May 5, 2022 01:03
mum4k pushed a commit to envoyproxy/nighthawk that referenced this pull request May 11, 2022
- Update bazel/repositories.bzl
- Update .bazelrc. Uncommented platform_mappings override as it is necessary for nighthawk to build. 
- Update .bazelversion
- Update stream_decoder with updated interface (envoyproxy/envoy#20367). Setting to nullptr is fine as an appropriate default is set if nullptr is passed. In addition, tracing is not a large concern for nighthawk.
- Changes due to (envoyproxy/envoy#20862). Due to cipher deprecation, there is only 1 RSA and DSA cipher default left. As a result, to preserve testing coverage, the appropriate certs need to be loaded to the nighthawk instances to test multiple ciphers. As a result, created a new nighthawk configuration file and refactored integration tests. 
- Updated update process documentation to create PR as last step.
- Temporarily disable the `clang-tidy` CI step until #849 gets resolved.

Signed-off-by: tomjzzhang <[email protected]>
ravenblackx pushed a commit to ravenblackx/envoy that referenced this pull request Jun 8, 2022
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.

Remove RSA key transport from the defaults on the server-side
8 participants