wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

20241104-fixes #8150

Closed douzzer closed 2 weeks ago

douzzer commented 2 weeks ago

configure.ac: activate opensslextra for --enable-curl even if ENABLED_OPENSSLCOEXIST;

tests/api.c: in test_wolfSSL_SESSION(), use WOLFSSL_SUCCESS, not SSL_SUCCESS, in HAVE_SESSION_TICKET span reachable in non-OPENSSL_EXTRA builds;

codespell fixes.

tested with wolfssl-multi-test.sh ... super-quick-check curl-master-with-wolfssl-coexist