-
Notifications
You must be signed in to change notification settings - Fork 1
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
PFS and integrity-only ciphersuites #54
Conversation
Fix #43 Signed-off-by: Thomas Fossati <[email protected]>
draft-ietf-uta-tls13-iot-profile.md
Outdated
|
||
TLS 1.3 allows the use of PFS with all ciphersuites since the support for it is | ||
negotiated independently. | ||
RFC8446 has removed Static RSA and Diffie-Hellman cipher suites, therefore all public-key-based key exchange mechanisms available in TLS 1.3 provide forward secrecy. |
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.
RFC8446 has removed Static RSA and Diffie-Hellman cipher suites, therefore all public-key-based key exchange mechanisms available in TLS 1.3 provide forward secrecy. | |
RFC 8446 removed cipher suites that did not provide forward secrecy. |
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 framed the section as:
- Public-key-based ciphersuite, vs
- PSK-based ciphersuite
and their FS properties.
I believe the suggestion drops some of the semantics.
|
||
# Authentication and Integrity-only Cipher Suites | ||
|
||
For a few, very specific Industrial IoT use cases {{?RFC9150}} defines two cipher suites that provide data authenticity, but not data confidentiality. |
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.
For a few, very specific Industrial IoT use cases {{?RFC9150}} defines two cipher suites that provide data authenticity, but not data confidentiality. | |
To address use cases from Industrial IoT, such as railway control and power system automation, {{?RFC9150}} defines two cipher suites that provide data authenticity, but not data confidentiality. |
Fix #43