-
Notifications
You must be signed in to change notification settings - Fork 32
wolfProvider Layers Refactor #121
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
wolfProvider Layers Refactor #121
Conversation
night1rider
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late response, only see the one thing will test it all once that file has been converted
recipes-examples/wolfprovider/wolfprovidertest/wolfprovider_%.bbappend
Outdated
Show resolved
Hide resolved
inc/wolfprovider/openssl/openssl-enable-wolfprovider-replace-default.inc
Show resolved
Hide resolved
recipes-examples/wolfprovider/wolfproviderenv/files/wolfproviderenv.sh
Outdated
Show resolved
Hide resolved
recipes-examples/wolfprovider/wolfproviderenv/files/wolfproviderenv.sh
Outdated
Show resolved
Hide resolved
- Install provider*.conf files to /etc/ssl/openssl.cnf.d/ instead of /opt - Remove OPENSSL_CONF environment variable approach - Add .include directive to openssl.cnf automatically in explicit load mode - This allows OpenSSL to automatically load the provider configuration - Update script output to reflect the new approach
…factor-meta-wolfssl
|
Merging, will fix CI by extending bbclass |
Description
openssl/openssl-enable-wolfprovider-replace-default.inc,openssl/openssl-enable-wolfprovider.inc,wolfssl-enable-wolfprovider-fips.inc,wolfssl-enable-wolfprovider.incthese allow for us to do any combo of fips, non-fips, replace-default, and standalone modeswolfproviderenv,wolfprovidercmd,wolfprovidertestimages that allow us to run the unit test, cmd test, and setup the env to test correctly.