Package pam_pkcs11: Information

    Binary package: pam_pkcs11
    Version: 0.6.12-alt1
    Architecture: x86_64
    Build time:  May 29, 2023, 09:00 PM in the task #320313
    Source package: pam_pkcs11
    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

    Maintainer: Paul Wolneykien


    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.