Michał Trojnara

Results 96 comments of Michał Trojnara

I admit I have zero experience with using static engines with OpenSSL. Feel free to submit a PR to add support for that.

@marckleinebudde Great work narrowing it down to https://github.com/OpenSC/libp11/commit/85a91f4502d48371df0d392d19cecfbced2388c0. @olszomal Can you take a look at it?

@marckleinebudde It looks to me like this issue may be triggered by the specific order and/or attributes of PKCS#11 objects on your device rather than by the fact that te...

The current behavior seems perfectly fine to me. I expect `PKCS11_generate_key()` to fail after a non-so (`CKU_USER`) login.

This PR is too large to merge as a single unit. Please split it into individual features, beginning with the libp11 API extension, and submit each feature as a separate...

@patzol768 Are you still interested in getting this feature merged? It would be great to have it merged, but there are way too many unrelated changes in this PR. I'm...

Merging and maintaining this code would be a nightmare. We developed an alternative OpenSSL provider implementation from scratch. I intend to merge it later this week.

@jimvert `CKA_ENCRYPT` and `CKA_DECRYPT` attributes were added to the template by @dengert in https://github.com/OpenSC/libp11/commit/2c6af01c264874d5968fcebb6ef035ccda9599bc. I suppose some use cases may require them.

Do you have any suggestions for how we should test this feature?