Package libpkcs11-helper: Information

    Binary package: libpkcs11-helper
    Version: 1.29.0-alt1
    Architecture: armh
    Build time:  Jul 19, 2023, 05:05 PM in the task #325172
    Source package: libpkcs11-helper
    Report package bug
    License: GPLv2 or BSD
    Summary: A library for using PKCS#11 providers
    Description: 
    pkcs11-helper is a library that simplifies the interaction with PKCS#11
    providers for end-user applications using a simple API and optional OpenSSL
    engine. The library allows using multiple PKCS#11 providers at the same time,
    enumerating available token certificates, or selecting a certificate directly
    by serialized id, handling card removal and card insert events, handling card
    re-insert to a different slot, supporting session expiration and much more all
    using a simple API.

    Maintainer: Paul Wolneykien



    Last changed


    July 18, 2023 Paul Wolneykien 1.29.0-alt1
    - New version 1.29.0.
    Oct. 16, 2019 Paul Wolneykien 1.25.1-alt7
    - Added support for GOST 2012 VKO.
    - Don't diversify the resulting GOST key.
    - Adapt to the new key derivation data format: key + UKM.
    Feb. 18, 2019 Paul Wolneykien 1.25.1-alt6
    - Pass the decrypt/unwrap/derive result code out of the decryptAny()
      function.