mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 13:30:50 +02:00
1f6314746c
1. Split the wolfSSL_Rehandshake() function into wolfSSL_Rehadshake() which performs a full handshake on secure renegotiation and wolfSSL_SecureResume() which performs a session resumption on a secure renegotiation. 2. Add option to example client to perform a secure resumption instead of a full secure handshake.