You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: