How to generate .cert and .key files for XMSS and LMS algorithm using oqs-provider? #471
Unanswered
TheGodOfObelisk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not yet (implemented): See #331. PR welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope to use oqs-provider to generate key and certificates for XMSS and LMS family algorithms. I know that the repository "liboqs" supports these algorithms by setting a configuration option to "ON". Is it possible to realize this in "oqs-provider"? For example, how can I generate the key and certificate of XMSS use a command like the following one.
openssl req -x509 -sha256 -newkey [XMSS] -keyout XMSS.key -out XMSS.crt -nodes -days 365
Thank you very much!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions