-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
ECDHE-RSA for lightweight TLS handshake #1993
Comments
We have already started discussing this in #1713. What we lack is an abstraction that would allow us to switch during linking type between the different SSL implementations.
@cometurrata if you want you can start with building that abstraction and adding axtls and mbed-tls implementations? |
@cometurrata PR #1999 will be merged soon. Once that is done you can add the new SSL adapter based on mbed-tls. |
@cometurrata the SSL adapters are now merged in the |
Hello,
it seems that Sming could benefit from enabling ECDHE-RSA instead of DHE-RSA. (Faster and lighter TLS).
https://security.stackexchange.com/questions/14731/what-is-ecdhe-rsa
Unfortunately axtls does not provide support for ECDHE, but mbed-tls does !
Any particular reason for not using mbed-tls ?
Has it already been discussed ?
Any hint of what I should start with ?
Do you think it could bring something useful ?
Thanks.
The text was updated successfully, but these errors were encountered: