Merge pull request #143 from aidangarske/fix-curl

Add fix for wolfProvider curl FIPS
wp-openssh-ptest
Zackery 2025-12-18 13:34:23 -07:00 committed by GitHub
commit 51af5e3901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Configure curl with wolfprovider FIPS mode.
#
# This bbappend is needed when using curl with wolfprovider FIPS mode.
inherit wolfssl-osp-support
python __anonymous() {
wolfssl_osp_include_if_provider(
d,
inc_file='inc/curl/curl-enable-wolfprovider-fips.inc',
allowed_providers=['wolfssl-fips']
)
}

View File

@ -0,0 +1,14 @@
# Configure curl with wolfprovider FIPS mode.
#
# This bbappend is needed when using curl with wolfprovider FIPS mode.
inherit wolfssl-osp-support
python __anonymous() {
wolfssl_osp_include_if_provider(
d,
inc_file='inc/curl/curl-enable-wolfprovider-fips.inc',
allowed_providers=['wolfssl-fips']
)
}