mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 17:12:27 +01:00
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.