mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 04:00:52 +02:00
9514b21133
The default ticket encryption callback rotates two keys and can only honor a hint below WOLFSSL_TICKET_KEY_LIFETIME/2; a larger hint previously left no key available for encryption, failing every handshake after the first on a reused server CTX. Now these values are rejected.