Package pam_pkcs11: Information

Source package: pam_pkcs11
Version: 0.6.12-alt1
Build time:  May 29, 2023, 09:00 PM in the task #320313
Category: System/Base
Report package bug
License: LGPL
Summary: PKCS #11 PAM Module and Login Tools
Description: 
This Linux-PAM login module allows a X.509 certificate based user login.
The certificate and its dedicated private key are thereby accessed by
means of an appropriate PKCS #11 module. For the verification of the
user certificates, locally stored CA certificates as well as either
online or locally accessible CRLs are used.

Adittional 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

List of rpms provided by this srpm:
pam_pkcs11 (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-isbc (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-isbc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-ldap (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-ldap-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-pcsc (x86_64, ppc64le, i586, armh, aarch64)
pam_pkcs11-pcsc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Paul Wolneykien


    1. libopensc-devel
    2. libpam-devel
    3. libpasswdqc-devel
    4. libpcsclite-devel
    5. libpcsclite-devel >= 1.7.4
    6. docbook-dtds
    7. docbook-style-xsl
    8. doxygen
    9. flex
    10. gcc-c++
    11. libssl-devel
    12. libldap-devel
    13. xsltproc

Last changed


Aug. 27, 2021 Paul Wolneykien 0.6.12-alt1
- Fresh up to v0.6.12.
- Fixed segfault in CRL check (thx Komarov Egor).
- Fixed libpasswdqc initialization (closes: 39790).
- Fixed memory corruption in mapper modules (closes: 40814).
March 18, 2021 Paul Wolneykien 0.6.11-alt4
- Build with libpasswdqc (closes: 39790)
- Warn about undefined symbols when linking the module.
Sept. 3, 2020 Paul Wolneykien 0.6.11-alt3
- Fixed OpenSSL-related compilation warnings.