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 client: Add support for early data writing #6340

Closed
1 task
ronald-cron-arm opened this issue Sep 26, 2022 · 2 comments · Fixed by #8596, #8755 or #8760
Closed
1 task

TLS 1.3 client: Add support for early data writing #6340

ronald-cron-arm opened this issue Sep 26, 2022 · 2 comments · Fixed by #8596, #8755 or #8760
Assignees
Labels

Comments

@ronald-cron-arm
Copy link
Contributor

This issue tracks the addition of the support for writing early data on client side.

What to implement depends on the result #4902 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 outbound data after sending the ClientHello

Testing:
The MbedTLS client sends early data as part of a session resumption to an MbedTLS server. The MbedTLS server receives the early data. The handshake may fail if the server is not yet capable of handling early data.

Depends on: #4902, #6329 and #6339

@yuhaoth
Copy link
Contributor

yuhaoth commented Nov 4, 2022

#6486 (comment) is discussing the command line change. It should be think about here.

Sure, here will think about the early data from application.

@tom-cosgrove-arm
Copy link
Contributor

Reopening as there is still #8760 to go

@minosgalanakis minosgalanakis moved this to [3.6] TLS 1.3 early data in Past EPICs Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment