No OpenSSL randomness retrieved. #303
Replies: 1 comment 7 replies
-
Most likely your config in "/opt/oqssa/ssl/openssl.cnf" does not have default provider active: From https://github.com/open-quantum-safe/oqs-provider/blob/main/USAGE.md:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to setup opensslv3 with oqs-provider, I tried generating certificate using the following command
and I got the following error:
However, when I ran
/opt/oqssa/bin/openssl rand -hex 10
, it executed perfectly fine. I don't understand what is the issue? Any help would be highly appreciated. Thanks!Note: I using a mac. Setting up locally and not a docker image.
Beta Was this translation helpful? Give feedback.
All reactions