pam_pkcs11 icon indicating copy to clipboard operation
pam_pkcs11 copied to clipboard

This Linux-PAM login module allows a X.509 certificate based user login

Results 25 pam_pkcs11 issues
Sort by recently updated
recently updated
newest added

Respect the `quiet` config flag in more places. The "Welcome ..." message has been integrated into the "PIN: ..." prompt. I am a complete novice at C, so kindly take...

Hi, I need help please when I add crl_online to pam_pkcs11.conf in my ubuntu VM and I try to login with smartcard, I get the following error: ERROR:pam_pkcs11.c:586: verify_certificate() failed:...

=> Problem Description We already opened an issue, the problems may be related: https://github.com/OpenSC/pam_pkcs11/issues/68 Our company uses Ubuntu 20.04 and the openSC 0.22.0 library to authenticate with the smartcard. We...

=> Problem Description Our company uses Ubuntu 20.04 and the openSC 0.22.0 library to authenticate with the smartcard. We use pam_pkcs11 to allow users to login to their user only...

I am entering an endless loop because my signature length size is greater that 64. I modified the code in src/commom/pkcs11_lib.c line 1814 *signature_length = 64; to *signature_length = 1024;...

I am trying to setup pam_pkcs11 using an OpenPGP card. Everything seems to work except the signature verification. Here is a snipped from the output: > DEBUG:pam_pkcs11.c:618: certificate is valid...

Adds support for GOST signatures.

Hi! There is the following mismatch in the `openssh_mapper.c`: It uses RSA_set0_key(rsa, rsa_e, rsa_n, NULL); when is parsing ssh v1 key, but RSA_set0_key(rsa, rsa_n, rsa_e, NULL); for ssh v2 key....

I'm seeing a crash in src/common/cert_vfy.c, verify_crl() is being passed a NULL X509_CRL * crl by check_for_revocation(). At minimum the module should not crash, it should detect the situation where...

_Reported to Ubuntu initially #1879710 but may be better addressed here as it seems to affect any Linux distro I try._ **Background:** Using a smart card (PIV) to log in...