libp11
libp11 copied to clipboard
PKCS#11 wrapper library
The pkcs11 engine logs some errors via ctx_log into stderr. Is there a way to set a custom log function from applications that want to use a unified logging framework?
Valgrind reports memory leaks when the PKCS11 engine is enabled in OpenSSL config. No particular module needs to be in use. We noticed the leaks in our application using libcurl,...
I am using curl/openssl/libp11 with a HSM (that doesn't let it's private key out) for client SSL authentication. Even though curl correctly asks the HSM to encrypt server's challenge with...
Hi, First, thanks for your work. **What is my environment and needs:** I work on Windows 10, 64 bits. I add package with pacman linux command on my mingw32 terminal...
As discussed in https://github.com/OpenSC/libp11/pull/379 and https://github.com/OpenSC/libp11/pull/378 we need a generic interface that supports multiple algorithms for key generation. Attempt was made to create a new keygen method and register it...
Hey, I've implemented a custom memory tracking in BIND 9 for the external libraries, including OpenSSL, and it found that `engine_pkcs11` module is leaking following memory (lines should match OpenSSL...
This prevents conflicts with true/false defined in stdbool.h fixes #472
On platforms which have stdbool.h and the true/false as macros, things like below cause issues > p11_attr.c: In function 'pkcs11_addattr_bool': > p11_attr.c:126:18: error: expected identifier or '(' before numeric constant...
This is a follow-up from #470, which turned out that it does not completely addressed all the corner cases. After some more debugging I found out that indeed libssh does...
I'm trying to set up secure boot signing for [Rock 5B](https://radxa.com/products/rock5/5b/) board using PKCS#11 and this program: https://github.com/rockchip-linux/rkbin/blob/master/tools/rk_sign_tool Unfortunately, this program is closed-source and has little to no documentation. All...