-
Hi, I am using oqs-openssl library for TLS communication between client and server written in C. I am using regular openssl code used for TLS, with only change of using certificates generated using oqs-openssl command (as per README.md) with SIG set as dilithium2. When I client communicates with server, server uses x25519 kex and not kyber or any oqs algorithm. Is there any API to force server and client use oqs algorithms for communucation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This (and alternatively SSL_CTX_set1_groups) should work as-is for OpenSSL111, too. We do recommend using OpenSSL3, though, as it's supported beyond September 2023. |
Beta Was this translation helpful? Give feedback.
This (and alternatively SSL_CTX_set1_groups) should work as-is for OpenSSL111, too. We do recommend using OpenSSL3, though, as it's supported beyond September 2023.