Package libpkcs11-helper: Information

    Source package: libpkcs11-helper
    Version: 1.25.1-alt7
    Build time:  Jun 27, 2021, 06:41 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 (mipsel)
    libpkcs11-helper-debuginfo (mipsel)
    libpkcs11-helper-devel (mipsel)

    Maintainer: Paul Wolneykien


      1. libssl-devel
      2. graphviz
      3. doxygen

    Last changed


    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.
    Feb. 18, 2019 Paul Wolneykien 1.25.1-alt5
    - Really fix bad result code override.