Пакет pam_pkcs11: Информация

    Бинарный пакет: pam_pkcs11
    Версия: 0.6.12-alt1
    Архитектура: aarch64
    Собран:  28 августа 2023 г. 16:14 в задании #327813
    Исходный пакет: pam_pkcs11
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/OpenSC/pam_pkcs11

    Лицензия: LGPL
    О пакете: PKCS #11 PAM Module and Login Tools
    Описание: 
    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

    Сопровождающий: Paul Wolneykien


    Последнее изменение


    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).
    18 марта 2021 г. Paul Wolneykien 0.6.11-alt4
    - Build with libpasswdqc (closes: 39790)
    - Warn about undefined symbols when linking the module.
    3 сентября 2020 г. Paul Wolneykien 0.6.11-alt3
    - Fixed OpenSSL-related compilation warnings.