Replies: 1 comment 2 replies
-
Thanks for your problem report. I have no personal experience with WSL, so please bear with any possibly unapplicable comments/suggestions below:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up oqs-provider on WSL but oqs-provider never becomes activated for OpenSSL. I initially attempted to use the fullbuild.sh and runtests.sh scripts, however the tests always failed.
I have also tried the manual cmake commands provided in the Unix install instructions and ran
ctest--rerun-failed --output-on-failure -V
with no errors, but checking openssl withopenssl list -providers
show the same issue as before. The shared library is not being automatically installed in the openssl ./lib/ossl-modules directory. I have tried copying the oqsprovider.so file generated in /_build/lib/ into the ossl-modules directory but this did not fix the issue. Neither did modifying the OPENSSL_MODULES environment variable to point to /_build/lib/. I have modified the openss.conf to have the following.I attempted using the full file path of oqsprovider.so as the value for module in the config file, but this also did not solve the issue How can I get activate oqs-provider in openssl on WSL?
Beta Was this translation helpful? Give feedback.
All reactions