-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
V6 - Discuss forward secrecy #2215
Comments
I did address this with #2252 Do you think we need to clarify further @randomstuff |
Can you clarify (or provide reference) when you say that RSA supports PFS? Maybe we are not talking about the same thing? |
My point is that we should have explicit requirements about forward secrecy which is currently not mentioned explicitly at all. Proposed generic requirement:
This generic requirement could be specialized into more specific requirement about TLS (?). Proposed requirement about forward secrecy with respect to the client private key
Some questions/comments:
|
Should we enforce the use of ephemeral key exchange methods, such as ephemeral Diffie-Hellman (DHE) or Elliptic Curve Diffie-Hellman (ECDHE)? |
@ImanSharaf, I think the requirement should focus on the goal which is to provide forward secrecy. In practice, this is typically achieved using DHE but could be achieved using other schemes (triple diffie hellman, some RSA based schemes, etc.). |
See #2252 |
Some requirement(s) should require the usage of forward secrecy whenever it makes sense.
see #2212 (comment)
Possible impact:
The text was updated successfully, but these errors were encountered: