Dmitry Belyavskiy
Dmitry Belyavskiy
Is there a way to build oqsprovider for using with OpenSSL 3.5 so hybrid/composite ML-DSA algorithms will be provided by oqsprovider but both classic and PQ component would be fetched...
I came across that fetching parameters are ignored when creating ML-KEM public key from data. I want to fetch supplementary digests with particular properties. EVP_KEYMGMT object for ML-KEM supports `OSSL_PKEY_PARAM_PROPERTIES`...
These are the changes that allow working hybrid PQ algorithms in hybrid mode with old (pre-3.5) FIPS providers. Changes I had to introduce, and some reasoning: * fips=yes for hybrid...
**Describe the bug** Our annobin check has found out that the library doesn't implement the CET protection https://sourceware.org/annobin/annobin.html/Test-cf-protection.html because of lack of the corresponding code in ASM files (see the...
Support of EVP_SKEY objects in store. The tests and documentation TBD. ##### Checklist - [x] documentation is added or updated - [x] tests are added or updated
Surely we can at least print key type (and maybe key size) ? _Originally posted by @simo5 in https://github.com/openssl/openssl/pull/28278#discussion_r2592745515_