search for: pkcs11_register_provider

Displaying 2 results from an estimated 2 matches for "pkcs11_register_provider".

2023 Nov 19
2
[Bug 3635] New: ssh-add -s always asks for PKCS#11 PIN
...avior of ssh -I revealed, that it considers the presence of the PKCS#11 flags (at least partly). If the CKF_LOGIN_REQUIRED flag is not set, as done by our HSM PKCS#11 library, SSH derives the keys available through the PKCS#11 library as follows. 1. pkcs11_add_provider [3][4] is called, which calls pkcs11_register_provider [5] 2. pkcs11_register_provider performs some sanity checks and setting up, and then tries to derive keys for the slots available [6] 3. For deriving keys a PKCS#11 session is opened by calling pkcs11_open_session [7]. pkcs11_open_session checks if the CKF_LOGIN_REQUIRED flag is set [8] and fails...
2020 Feb 22
3
Re-adding PKCS#11 key in ssh-agent produces "agent refused operation" error.
...cess_message: socket 1 (fd=4) type 9 debug2: fd 4 setting O_NONBLOCK debug1: process_message: socket 1 (fd=4) type 20 debug1: process_add_smartcard_key: add /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so debug1: process_add debug1: check 0x559809258df0 /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so debug1: pkcs11_register_provider: provider already registered: /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so