From: GitHub <no...@gi...> - 2015-04-03 13:05:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 4ef003ac43405f6391bf965a043f9fe4c4704f1d https://github.com/OpenSC/pam_pkcs11/commit/4ef003ac43405f6391bf965a043f9fe4c4704f1d Author: Ludovic Rousseau <lud...@gm...> Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M src/pam_pkcs11/pam_pkcs11.c Log Message: ----------- pam_sm_authenticate(): ignore invalid certificates The code stopped on the first invalid certificate. This is problematic if the card contains certificates that have expired or are not yet valid. Thanks to 建明 for the bug report https://sourceforge.net/p/opensc/mailman/message/33698763/ |