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
Hi,
this is an excerpt from RFC 8446 - "1.2. Major Differences from TLS 1.2"
- Session resumption with and without server-side state as well as
the PSK-based cipher suites of earlier TLS versions have been
replaced by a single new PSK exchange.
Your WorkflowTrace isn't suitable for a TLS 1.3 PSK handshake and the old process of session resumption, as in TLS 1.2, no longer exists. The PSK handshake requires an additional ReceiveAction that expects a NewSessionTicketMessage from the server (usually sent after the handshake). For this to work, both the initial and the subsequent ClientHello also require additional extensions that have been added with TLS 1.3.
Able to do TLS1.2 Session Resumption.
unable to do TLS1.3 Session Resumption.
s_server log:
Attached tls attacker debug log:
tls13_sess.log
The text was updated successfully, but these errors were encountered: