Michał Trojnara

Results 96 comments of Michał Trojnara

Hey folks, If you've found some software that's free to use and works well, feel free to update your replies with links to its homepage or download page. I can...

I looked into our code, and I'm not so sure anymore. I think it might be possible to implement private key operations on `EVP_PKEY` objects without special OpenSSL support—even for...

Thank you for the links. How exactly are OpenSSL providers useful for testing `CKK_VENDOR_DEFINED` functionality of PKCS#11 modules?

> Indeed, I need to do cryptographic operations inside an HSM through a PKCS#11 provider. That is the reason I need libp11. The HSM supports PQC algorithms, OpenSSL supports PQC...

> Can you give me some insights to start modifying libp11 to try to make it work with the Vendor Defined Mechanisms for the signing part? I guess you might...

OpenSSL's source code tends to be the best documentation for the OpenSSL API. Try reading it. Maybe you can find a workaround. Maybe you'll need to patch OpenSSL. While the...

Is this issue reproducible with the latest libp11 release and the latest Git master branch? If the issue is not reproducible on the latest release, it should be reported to...

Feel free to make the trivial patch that removes the cleanup function calls and submit the patch to the Debian package maintainer. While package maintainers are generally not allowed to...

> How can I replace the Debian 13 version with the lastest libp11 release version in an easy way? I'm no Linux expert. ``` sudo apt install libssl-dev ``` Unpack...