Skip to content

Usage of OQS-Provider in openSSL 3.0 #333

Answered by baentsch
stfries asked this question in Q&A
Discussion options

You must be logged in to vote

hope it is not a silly question.

No, but a relevant one. The answer is documented, though: https://github.com/open-quantum-safe/oqs-provider#3031

Right from the top of my head I don't see changes in the provider interface from version 3.0 to 3.2 but the readme mentions that there were some glitches addressed for CMS. We are targeting CMS signing, hence the question.

The APIs didn't change, oqsprovider didn't change, but there were OpenSSL flaws fixed that didn't get backported to 3.0. Hence we also do not test CMS in downlevel OpenSSL versions:

if [[ "$openssl_version" == "OpenSSL 3.0."* ]]; then
echo

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stfries
Comment options

Answer selected by stfries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants