-
Notifications
You must be signed in to change notification settings - Fork 876
Add memcached support. #6430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add memcached support. #6430
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b02879
to
17aba18
Compare
julek-wolfssl
previously approved these changes
Jun 28, 2023
dgarske
previously approved these changes
Jun 28, 2023
3610526
8acc3e8
to
3711cb3
Compare
3711cb3
to
40d0308
Compare
40d0308
to
44f5257
Compare
8618005
to
2f60d85
Compare
977f372
to
1cea29e
Compare
julek-wolfssl
requested changes
Nov 20, 2023
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.
f4bbddb
to
ca61034
Compare
FYI - commits were squashed into one commit, but the only changes are in wolfSSL_SSL_in_before. |
f8fa781
to
72cbd9a
Compare
julek-wolfssl
approved these changes
Nov 22, 2023
JacobBarthelmeh
approved these changes
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
memcached support: add required functions/defines.
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 available for memcached.
Add --enable-memcached.
Testing
Tested by building with memcached and using its test suite.