Skip to content
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 server: Add support for early data reading #6341

Closed
1 task
ronald-cron-arm opened this issue Sep 26, 2022 · 1 comment · Fixed by #6538 or #8692
Closed
1 task

TLS 1.3 server: Add support for early data reading #6341

ronald-cron-arm opened this issue Sep 26, 2022 · 1 comment · Fixed by #6538 or #8692
Assignees
Labels

Comments

@ronald-cron-arm
Copy link
Contributor

This issue tracks the addition of the support for reading early data on server side.

What to implement depends on the result #6310 and thus cannot be fully defined yet.
Things we already know they have to be done:

  • Compute the early data transform and switch to it for inbound data after sending the server first flight which ends with the Finished message.

Testing:
An MbedTLS client sends early data as part of a session resumption to an MbedTLS server. The MbedTLS server receives successfully the early data.

Depends on: #6310 and #6340

@ronald-cron-arm
Copy link
Contributor Author

Not completed yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment