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
$ openssl list -providers
Providers:
default
name: OpenSSL Default Provider
version: 3.0.2
status: active
but
$ openssl list -providers -provider-path /tmp/parsec-openssl-provider-shared/target/debug -provider libparsec_openssl_provider_shared
[INFO parsec_service::front::front_end] New request received without authentication
[INFO parsec_service::front::front_end] Response sent back from request without authentication
[INFO parsec_service::front::front_end] New request received without authentication
[INFO parsec_service::front::front_end] Response sent back from request without authentication
Providers:
libparsec_openssl_provider_shared
name: Parsec OpenSSL Provider
version: 0.1.0
status: active
When following instructions on Debian (Unbuntu 22 LTS on a docker container)
https://github.com/parallaxsecond/parsec-openssl-provider?tab=readme-ov-file#configuring-the-provider
We see the issue of the provider not being configured correctly.
but
works!!
If
are saved to openssl.cnf file and we configure
OPENSSL_CONF=/tmp/openssl.cnf
then it works....It seems some config is missing or clarity in instructions would be good.
The text was updated successfully, but these errors were encountered: