Strategy to Run TLS Demo on Proprietary KEM / DS PQCs #368
Replies: 3 comments 6 replies
-
The former is the best option: integrate the alg in OQS and then compile it into OpenSSL. |
Beta Was this translation helpful? Give feedback.
-
Hi again, Over the past few days I've attempted to integrate two algorithms into OQS and then compile them into OpenSSL to conduct TLS benchmarking. However, when I run the following command in OpenSSL to test a successful configuration it throws an error that it can't find the algorithm. COMMAND: ERROR: I'm trying to grasp a deeper understanding on how OQS and OpenSSL communicate with each other, and I'm looking for some guidance as to why OpenSSL can't find the algorithm. I've outlined the configuration steps I've taken and some description about it below. Please let me know if you have any suggestions that might point me in the right direction and / or deeper my understanding on OQS and OpenSSL. Any help or comments are very much appreciated. Thank you! Configuration Approach:
Note: the upstream script from liboqs didn't generate doc files for my algorithm (e.g. liboqs/docs/algorithms/kem) so I added them manually because Note: I didn't know what do put for the
|
Beta Was this translation helpful? Give feedback.
-
You're welome. Out of curiosity: How does |
Beta Was this translation helpful? Give feedback.
-
Hello,
This repo is very impressive -- thank you for your contributions.
I have a DS and KEM PQC (not submitted to NIST) that I'd like to use in the TLS Demo for local testing. Is the best strategy for configuration adding the KEM / DS to the liboqs repo first, and then building liboqs inside of openssl OR is there a way to directly configure the two PQCs inside of openssl without changing liboqs?
Please let me know if you have any suggestions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions