Closed dgarske closed 1 month ago
Applied commit on top of https://github.com/wolfSSL/wolfssl/pull/8097. That also resolves an issue with the server_hello session id being populated when it should not. Resolves the 964: test_session_ticket_no_id
issue.
Description
Fix for TLS v1.2 session resumption with tickets where the server decides to do a full handshake. The wrong sessionIDSz was being checked and should be the arrays one since it get set from the server_hello.
Fixes ZD 18822
Testing
Checklist