-
### Expected behaviour
Log in to user account via pam module pam_pkcs11 and virtualsmartcard.
### Actual behaviour
When attempting to login I see the following error in the debug output:
`…
-
p11test segfaults when built with OpenSSL 3.0.0 alpha. This appears to be caused when `md == NULL` in call to SHA1 in p11test_case_pss_oaep.c:206
This appears to be an OpenSSL 3.0.0 bug as man pag…
-
By default the shared object libsofthsm2.so is installed to
/usr/${libdir}/softhsm/libsofthsm2.so
[SSSD](https://github.com/SSSD/sssd) doesn't look in this location and instead looks in thre…
-
Since #13733, `OPENSSL_init_crypto()` is optimized to return early if opts has already been initialized.
In softhsm, the code relies on `OPENSSL_init_crypto()` returning 0 if `OPENSSL_cleanup()` ha…
-
I am on Ubuntu 20.04, and I tried to use SoftHSM and OpenSC to use PKCS11 tokens with EAP-TLS.
Relevant packages:
* OpenSC (apt-get install opensc)
* SoftHSM (apt-get install softhsm2)
* libp11…
-
I can use ssh -I /usr/lib/softhsm/libsofthsm2.so user@host without problems.
But ssh-add -s to add the pkcs11 lib to the agent to cache the PIN does not.
It says:
`Enter passphrase for PKCS#11: …
-
# Your system information
* Operating system used: Red Hat Enterprise Linux 8.4
* Python virtual environment:
```
$ rpm -q python3-virtualenv
python3-virtualenv-15.1.0-19.module+el8.1.0+3514+1…
-
I'm experiencing the following error after a clean clone/install:
```
deployChaincode
> docker exec org1_cli peer lifecycle chaincode package basic.tar.gz --lang golang --label basicv1.0.0 --pat…
-
**Is your feature request related to a problem? Please describe.**
Feature request: Many HSMs can be conveniently accessed by a standardized API called PKCS 11. By supporting this in the SDK itself i…
-
When calling C_Encrypt, it seems vague whether or not pData is allowed to be NULL_PTR or not.
For example:
```
CK_ULONG encryptedSize = 0;
C_EncryptInit(session, &someMechanism, someKey);
C_Enc…