libp11
libp11 copied to clipboard
PKCS#11 wrapper library
When using gnupg to sign a bunch of files the PIN of my Nitrokey is asked once, and then it will remain unlocked for some time (I think 10 minutes...
**When PKCS11 Lib is loaded first time following code is used - p11_load.c:** int pkcs11_CTX_load(PKCS11_CTX *ctx, const char *name) { PKCS11_CTX_private *cpriv = PRIVCTX(ctx); CK_C_INITIALIZE_ARGS args; CK_INFO ck_info; int rv;...
When trying to use Paraview through the Python terminal interface, I get the following error: ``` ImportError: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0 ``` I've reinstalled libffi7 multiple times. I'm...
Hello, we're using 2 network HSMs by Thales, they come with the `libcknfast.so` PKCS#11 library. For redundancy reasons the keys are deployed to both HSMs. With this setup, loading a...
``` ========================================= libp11 0.4.12: tests/test-suite.log ========================================= # TOTAL: 15 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 13 # XPASS: 0 # ERROR: 0 .. contents:: :depth:...
It is possible to pass the PIN through the pkcs11 uri or through the OPENSSL_CONF file, but for security reasons in my project, I need to pass the pin through...
I've created a bug report for Google KMS PKCS11 library but it looks like it could be a libp11 issue: GoogleCloudPlatform/kms-integrations#28 I'm using the latest packages of Fedora 40. `openssl-pkcs11-0.4.12-8.fc40.x86_64`...
Hello, I've read all the discussion in https://github.com/OpenSC/OpenSC/issues/2039 but this seems to be a different issue, since `pin_cache_ignore_user_consent` in opensc.conf has no effect here. # Background In Italy, we use...
Hello, Apologies if this has been asked already, I did a quick search online but couldn't find any references to "100 characters" or other PKCS#11 URI length limits, though I...
https://github.com/OpenSC/libp11/blob/master/src/eng_back.c#L211 Looking at the code, if `force_login` is set, and they are already logged in, it just returns true. Shouldn't we force it to log out first if `force_login` is...