You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
OSSL_PROVIDER_load_ex() was added to OpenSSL as a way to give configuration options to a provider that is dynamically loaded by an application w/o an openssl.cnf snippet.
Expected behavior
We should test that pkcs11-provider can be loaded and work with all of the config passed in as params passed to OSSL_PROVIDER_load_ex() and nothing in the openssl.nf file
Additional context
The CI should carry this test
The text was updated successfully, but these errors were encountered:
Describe the feature
OSSL_PROVIDER_load_ex() was added to OpenSSL as a way to give configuration options to a provider that is dynamically loaded by an application w/o an openssl.cnf snippet.
Expected behavior
We should test that pkcs11-provider can be loaded and work with all of the config passed in as params passed to OSSL_PROVIDER_load_ex() and nothing in the openssl.nf file
Additional context
The CI should carry this test
The text was updated successfully, but these errors were encountered: