Package libpkcs11-helper: Information

    Source package: libpkcs11-helper
    Version: 1.29.0-alt1
    Build time:  Jul 21, 2023, 02:00 PM
    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.

    List of rpms provided by this srpm:
    libpkcs11-helper (e2kv6, e2kv5, e2kv4, e2k)
    libpkcs11-helper-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libpkcs11-helper-devel (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Paul Wolneykien


      1. libssl-devel
      2. doxygen
      3. graphviz

    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.