Skip to content

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

Merged
ggreenway merged 1 commit intoenvoyproxy:mainfrom
derekguo001:remove-rsa-key-transport
May 4, 2022
Merged

tls: remove RSA key transport cipher suites from the defaults on the server-side#20862
ggreenway merged 1 commit intoenvoyproxy:mainfrom
derekguo001:remove-rsa-key-transport

Conversation

@derekguo001
Copy link
Copy Markdown

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

Signed-off-by: derekguo001 dong.guo@intel.com

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
Copy Markdown
Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

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

🐱

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

see: more, trace.

Copy link
Copy Markdown
Member

@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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Contributor

LGTM, module comment and doc merge.

/wait

@derekguo001
Copy link
Copy Markdown
Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

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

🐱

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

see: more, trace.

Copy link
Copy Markdown
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
Copy Markdown
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?

…server-side

Signed-off-by: derekguo001 <dong.guo@intel.com>
@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 <4367421+tomjzzhang@users.noreply.github.com>
ravenblackx pushed a commit to ravenblackx/envoy that referenced this pull request Jun 8, 2022
…server-side (envoyproxy#20862)

Fixes envoyproxy#5399

Signed-off-by: derekguo001 <dong.guo@intel.com>
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