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

openssl: Add evp support and custom openssl engine support #5371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alorbach
Copy link
Member

@alorbach alorbach commented May 2, 2024

  • output all loaded ciphers and engines into debug log
  • Add new global option "defaultopensslengine" to customize the default openssl engine. If not defined, openssl will handle the default engine automatically. Sample:
    global(defaultopensslengine="rdrand")
  • Add simple openssl performance test (imtcp-tls-ossl-basic-stress.sh) with defaultopensslengine set to rdrand (Intel).
  • removed unneeded testcase files in runtime folder.
  • corrected whitelist settings for debug.files in TLS testcases

@alorbach alorbach force-pushed the ossl-evp-support branch 2 times, most recently from 906bbe5 to 527b657 Compare May 2, 2024 09:41
@rgerhards rgerhards self-assigned this May 2, 2024
@rgerhards rgerhards added this to the v8.2406 milestone May 2, 2024
- output all loaded ciphers and engines.
- Add new global option "defaultopensslengine" to customize the
  default openssl engine. If not defined, openssl will handle the
  default engine automatically.
- Add simple openssl performance test with defaultopensslengine
  set to rdrand (Intel).
- removed unneeded testcase files in runtime folder.
- corrected whitelist settings for debug.files in TLS testcases
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.

None yet

2 participants