mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 17:10:50 +02:00
4d0ea62857
- Optimize memory usage. Write directly to ssl->session->ticket in CreateTicket() and use a hash to make sure the InternalTicket was encrypted. - DoClientTicket does not fatally error out anymore. Errors in the ticket result in the ticket being rejected instead.