mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 18:20:49 +02:00
ca61034d22
memcached support: add required functions/defines. Fix running unit test when defining DEBUG_WOLFSSL_VERBOSE without OPENSSL_EXTRA. Break out session_id_context APIs into separate option WOLFSSL_SESSION_ID_CTX, so they can be used without OPENSSL_EXTRA. Make wolfSSL_ERR_get_error and wolfSSL_CTX_set_mode available for memcached. Add --enable-memcached. Include required defines for memcached. Revert unit test fix, no longer needed. Add Github actions test for memcached. Stop defining DEBUG_WOLFSSL_VERBOSE for memcached. Add auto retry to writes. Memcached CI: correct libevent package name. Memcached CI: Add pkgconfig path for Github CI wolfSSL prefix. memcached: Fix WOLFSSL_OP_NO_RENEGOTIATION going outside of int bounds, add LD_LIBRARY_PATH for memcached CI test. memcached CI: Use correct path for wolfSSL memcached: Add required perl dependency for SSL tests memcached: Update to 1.6.22 memcached: actually test tls memcached: Update wolfSSL_SSL_in_before to be side agnostic.