mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 15:22:19 +01:00
- Adding and getting sessions to and from the local cache is now atomic. - The new internal `wolfSSL_GetSessionFromCache` requires a destination object to be supplied when retrieving from the cache so that items can be retrieved independently from the cache. For most existing calls, the destination is `ssl->session`. -`PREALLOC_SESSION_TICKET_LEN` defines how much memory is temporarily allocated for the ticket if it doesn't fit in the static session buffer.
Before creating any new configure files (.conf) read the CONF_FILES_README.md