-
Hi Using OpenSSL 3.3.0 with OQS provider 0.6.1-dev $ openssl req -new -newkey mlkem512 -nodes -keyout mlkem512.key -out mlkem512.csr -subj "/CN=mlkem512 EE/C=BE" but I faced the following exception:
Using the "genpkey" option, also returns the same error: It looks like these openssl commands work only with signature-algorithms e.g. Dilithium, ML-DSA. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You should enable KEM decoders/encoders explicitly |
Beta Was this translation helpful? Give feedback.
-
Many thanks for your respond. I'm going to recompile the oqs ... hope that can resolve our issue. |
Beta Was this translation helpful? Give feedback.
-
Transforming to discussion to find this easier as an FAQ. |
Beta Was this translation helpful? Give feedback.
You should enable KEM decoders/encoders explicitly
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON ..