-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
TLS 1.3: SessionTicket: Enable kex change mode check when resumption #6551
Comments
#6486 is important for this topic. |
I'm really not sure the rules of compatibility(match) between key exchange modes and the session tickets. For example, if the last flight was constructed via pure PSK, what shoud we set on
Other than that, I also want some inputs on the key exchange mode determination on server side. Currently, the server determines the key exchange mode regardless of the |
Firstly, it is impossible to do resumption with ephemeral. To keep the bit just for a quick kex mode check.
I have post some comments in #6616. I think that can answer your question. |
#6945 yet to be reviewed and merged |
@lpy4105 May I ask is this one completed? |
Since the PR related to this has got merged. I think this issue is completed. Feel free to close it. |
From RFC 8446 section 4.2.9
We should add key exchange mode check for ticket.
ticket_flags
ofmbedtls_ssl_session
is used for it.In last flight connection, we should add below action
ticket_flags
of received tickets.In resumption connection,
The text was updated successfully, but these errors were encountered: