Skip to content
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

Enable OpenSSL to load a configuration file during initialization #168

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

slice4e
Copy link
Contributor

@slice4e slice4e commented Feb 2, 2022

Enable OpenSSL to load a configuration file using the standard openssl.cnf file.
In this way, we can change the default OpenSSL ENGINE, as well as configure other capabilities.
This aligns memtier benchmark to a similarly added capability in Redis here : redis/redis#8143

By providing this capability to memtier benchmark, we can ensure that memtier benchmark and redis are using the same OpenSSL configuration (e.g. ENGINE) while performing a test.

@yossigo yossigo merged commit 4282bac into RedisLabs:master Feb 3, 2022
@yossigo
Copy link
Contributor

yossigo commented Feb 3, 2022

Thanks @slice4e!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants