Package libksba: Information

    Source package: libksba
    Version: 1.3.6-alt8
    Build time:  Feb 25, 2019, 08:12 PM in the task #219793
    Category: System/Libraries
    Report package bug
    License: LGPLv3 / GPLv2
    Summary: X.509 library
    Description: 
    KSBA is a library designed to build software based
    on the X.509 and CMS protocols.

    List of rpms provided by this srpm:
    libksba (x86_64, i586)
    libksba-debuginfo (x86_64, i586)
    libksba-devel (x86_64, i586)

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien
    Sergey V Turchin

      1. libstdc++-devel
      2. libgcrypt-devel
      3. rpm-build-ubt
      4. libgpg-error-devel >= 0.6
      5. texinfo
      6. gcc-c++

    Last changed


    Dec. 19, 2018 Paul Wolneykien 1.3.6-alt8
    - Fixed writing the algorithm capabilities.
    - Fixed read_values() for an unspecified (RSA) value.
    Dec. 18, 2018 Paul Wolneykien 1.3.6-alt7
    - Parse and save the data encryption S-Box OID.
    - Implement AlgorithmIdentifier parameters parser and use it to parse
      the ContentEncryptionAlgorithmIdentifier properly getting the IV.
    - Flip the ECC key coords prior to write them to the CMS structure.
    - Fixed writing of an uncompressed point to CMS.
    - Fixed public key DER -> SEXP parsing.
    - Specify the Verba-0 digest.
    - Write down the symmetric cipher parameters (CMS).
    - Make _ksba_der_write_algorithm_identifier() more flexible related
      to paramter types and count.
    - Fixed ephemeral public key encoding + missing UKM.
    - Encode GOST key transport (compiles).
    - Encode GOST key transport (draft).
    - Store curve and digest parameters in the GOST key transfer
      structure.
    - Added some structures from TK26CMS.1.1.
    - Use "--km-b--p-CD-Qu" parsing formula for GOST CMS encrypted data.
    - Added GOST 2012 to the encryption algos table.
    Nov. 7, 2018 Paul Wolneykien 1.3.6-alt6
    - Fixed/restored parsing of bit strings.