Dmitry Belyavskiy
Dmitry Belyavskiy
An attempt to use EVP_PKEY instead of RSA/DSA/EC structures
...should not happen in case when auth method is none because it doesn't reveal any new information and should have an upper limit. Othervise in case of bad network it...
### Description A lot of downstream patches we maintain for OpenSSL contain an important preamble important for maintenance. They are too big for the spec file and contain useful information....
Dear colleagues, we are planning to package liboqs for Fedora. We build liboqs with `-DOQS_ALGS_ENABLED=STD` to minimize support of non-standardized algorithms. We found that the folders ``` ./src/kem/kyber/pqclean_kyber*_aarch64 ./src/sig/dilithium/pqclean_dilithium*_aarch64 ./src/sig/sphincs/pqclean_sphincs*...
**Describe the bug** `oqs_tlssig` fails being built against OpenSSL 3.2.1 **To Reproduce** Build liboqs and OQS provider against OpenSSL 3.2 make test **Expected behavior** Test passes **Environment (please complete the...
Resolves #24546 ##### Checklist - [x] documentation is added or updated - [x] tests are added or updated
This report is inspired by https://github.com/latchset/pkcs11-provider/issues/429#issuecomment-2276242417 and https://github.com/latchset/pkcs11-provider/issues/429#issuecomment-2276265853. This report is based on my understanding of the issue and may not be correct, we didn't manage writing a simple reproducer...
Do we need this function to find out what's going on fetching?
##### Checklist - [x] documentation is added or updated - [ ] tests are added or updated
**Describe the bug** I build liboqs-0.8.0-dev with and without OQS_USE_SHA3_OPENSSL=ON. With OQS_USE_SHA3_OPENSSL=ON I see 9 minutes for running tests and without - just 2 min. Fedora 37, OpenSSL 3.0.x **To...