After Setup and Run Facing Issue: No OpenSSL randomness retrieved. DRBG available? #582
Replies: 5 comments 9 replies
-
FAQ. Search Discussions for drbg. |
Beta Was this translation helpful? Give feedback.
-
Hi Sir, Can you please clarify one more issue that i am facing? i am following test by the OQS Test usage manual. Like made cert by: openssl req -x509 -new -newkey dilithium3 -keyout dilithium3_CA.key -out dilithium3_CA.crt -nodes -subj "/CN=test CA" -days 365 -config openssl/apps/openssl.cnf but when i was try to test face issue and can't figure out: |
Beta Was this translation helpful? Give feedback.
-
(most likely) another FAQ (openssl version too old): Search "md too weak" in Discussions. |
Beta Was this translation helpful? Give feedback.
-
Hi Thanks past two issue resolved by following the instructions. now used openssl version 3.4.0 latest. i created certs again as per following: openssl req -x509 -new -newkey dilithium3 -keyout dilithium3_CA.key -out dilithium3_CA.crt -nodes -subj "/CN=test CA" -days 365 -config openssl/apps/openssl.cnf so when i try to load now using latest openssl also. check the new issue: Using default temp DH parameters |
Beta Was this translation helpful? Give feedback.
-
Hi @baentsch Sir,
Here you can see Three command result. after integrate oqs with openssl then One is Public-key-algorithm list section by openssl. it shows Kyber or oqs key exchange algorithms in the list correctly. Another command like Kem-algorithms also verify the listing. But the last command like Key-exchange-algorithms not shows the list about kyber or other oqs key exchange algorithms. So in that case , when a system verify or authenticate via a key exchange then it maybe find from key-exchange-algorithms but if i want them for kyber then it wont find. so why its into another list group? is it possible to add them into openssl key-exchange-algorithms group beside kem-algorithm section?? because openssl shows only Deffie Helman/ECDH key exchange into the list. Eagerly waiting for the Response. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Can you Please look my issue that i am facing after setup oqs-provider openssl. Check the terminal results from the attached...
Beta Was this translation helpful? Give feedback.
All reactions