Package pam_pkcs11: Information

    Source package: pam_pkcs11
    Version: 0.6.12-alt1
    Build time:  Jun 8, 2023, 03:34 PM
    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 (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-isbc (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-isbc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-ldap (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-ldap-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-pcsc (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-pcsc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Paul Wolneykien


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