Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pam_pkcs11: PKCS #11/NSS PAM login module
- Summary
- This Linux-PAM login module allows a X.509 certificate based user
authentication. The certificate and its dedicated private key are thereby
accessed by means of an appropriate PKCS #11 module. For the
verification of the users' certificates, locally stored CA
certificates as well as either online or locally accessible CRLs and
OCSP are used. This version uses NSS to validate the Certificates and manage
the PKCS #11 smartCards.
Additional included pam_pkcs11 related tools
- pkcs11_eventmgr: Generate actions on card insert/removal/timeout events
- pklogin_finder: Get the loginname that maps to a certificate
- pkcs11_inspect: Inspect the contents of a certificate
Changelog
- * Fri Oct 13 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.5.3-23
- turn OCSP off by default
- * Sun Oct 1 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.5.3-22
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
- * Mon Sep 18 17:00:00 2006 Robert Relyea <rrelyea{%}redhat{*}com> 0.5.3-21
- update password supported patch.
- fix bug where the user and smart card prompt was coming up in login after
the username had been entered.
- use pam_ignore for the case where we always want to drop to the other
pam_modules.
- add environment variables for the certificate used to authenticate.