using oqs algorithm in existing C based application using openSSL #87
-
Team, I have C programmed application which is using following openSSL APIs. SSL_METHOD *method; -----------------------Now i want this application to use OQS integrated openSSL using OQS-provider-OpenSSL.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
One important observation: OQS-integrated TLS must use TLS1.3. It will not work for TLS1.2 (as requested above).
Both options are sensible. I personally think the latter takes less code to write for yourself, while the former gives you more control (location of provider, etc). Your choice really.
For key exchange you need to announce the groups you're willing to utilize. See e.g., here. For auth, well, you need an OpenSSL3 where openssl/openssl#19312 is merged. Otherwise you run into #9.
I don't think so. But actual use will show it: Test your code by connecting (hopefully successfully) against https://test.openquantumsafe.org. Be sure to select the right port for the right kem/sig combination. |
Beta Was this translation helpful? Give feedback.
-
@baentsch I saw following testing options. |
Beta Was this translation helpful? Give feedback.
-
Yes @baentsch please close this. |
Beta Was this translation helpful? Give feedback.
-
I need help here. |
Beta Was this translation helpful? Give feedback.
@ranjankumar23 As your interest seems to have shifted to OpenSSL111, can we consider this question answered/closed then?