-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Remove support for static ECDH cipher suites #10294
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
base: development
Are you sure you want to change the base?
Conversation
375cc45
to
87b15cf
Compare
docs/proposed/config-split.md
Outdated
#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED |
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.
I think we should not change this document. For example some time ago I removed support for MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED
, but this is still documented in this file.
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.
Indeed. At this point config-split.md
is mostly a historical record that we shouldn't touch unless it's to clarify what already happened. (Also we should move it out of proposed/
but that's out of scope here.)
Mbed-TLS/mbedtls-framework#182 is now merged. |
d4c04cf
to
615dd82
Compare
Signed-off-by: Ben Taylor <[email protected]>
Signed-off-by: Ben Taylor <[email protected]>
Signed-off-by: Ben Taylor <[email protected]>
Signed-off-by: Ben Taylor <[email protected]>
62aa327
to
521bd12
Compare
Description
Remove support for static ECDH cipher suites, depends Mbed-TLS/TF-PSA-Crypto#377
resolves #9201
This PR is part of a chain which needs to be merged in the following order:
PR checklist