mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 17:50:48 +02:00
f3e183a338
- tls.c: TLSX_CertWithExternPsk_GetSize takes word16*, but length was widened to word32 in TLSX_GetSize. Use the hsz staging variable like the other cases so WOLFSSL_CERT_WITH_EXTERN_PSK builds compile. - tls.c: silence -Wunused-variable for hsz in builds where every case that consumes it (TLS 1.3, PSK, ETM, early data, PHA, cookie, cert with extern PSK) is compiled out, e.g. user_settings_tls12.h. - test_tls_ext.c: assert session->ticketLen > 0 before mutating ticketAdd in the ticket-age out-of-window test so it fails loudly if no NewSessionTicket was received.
Before creating any new configure files (.conf) read the CONF_FILES_README.md