Package openssl-engines: Information

    Binary package: openssl-engines
    Version: 1.0.1h-alt1
    Architecture: i586
    Build time:  Jun 5, 2014, 06:32 PM in the task #120900
    Source package: openssl10
    Copied in the task: #120906
    Category: System/Libraries
    Report package bug
    License: BSD-style
    Summary: OpenSSL ENGINE interface modules
    Description: 
    The OpenSSL toolkit provides support for secure communications between
    machines. OpenSSL includes a certificate management tool and shared
    libraries which provide various cryptographic algorithms and
    protocols.
    
    With OpenSSL 0.9.6, a new component was added to support alternative
    cryptography implementations, most commonly for interfacing with external
    crypto devices (eg. accelerator cards).  This component is called ENGINE,
    and its presence in OpenSSL 0.9.6 (and subsequent bug-fix releases) caused
    a little confusion as 0.9.6** releases were rolled in two versions,
    a "standard" and an "engine" version.  In development for 0.9.7, the
    ENGINE code has been merged into the main branch and is present in
    the standard releases from 0.9.7 forwards.
    
    There are currently following built-in ENGINE implementations:
    - 4758cca: IBM 4758 CCA hardware support;
    - aep: Aep hardware support;
    - atalla: Atalla hardware support;
    - chil: CHIL hardware support;
    - cswift: CryptoSwift hardware support;
    - gost: GOST (Russian cryptography standard) implementation;
    - nuron: Nuron hardware support;
    - padlock: VIA PadLock ACE support;
    - sureware: SureWare hardware support;
    - ubsec: UBSEC hardware support.
    
    In addition, dynamic binding to external ENGINE implementations is
    provided by a special ENGINE called "dynamic".

    Maintainer: Dmitry V. Levin


    Last changed


    June 5, 2014 Dmitry V. Levin 1.0.1h-alt1
    - Updated to 1.0.1h (fixes CVE-2014-0224, CVE-2014-022, CVE-2014-019,
      CVE-2014-347, and CVE-2010-5298).
    April 7, 2014 Dmitry V. Levin 1.0.1g-alt1
    - Updated to 1.0.1g (fixes CVE-2014-0076 and CVE-2014-0160).
    Feb. 4, 2014 Dmitry V. Levin 1.0.1f-alt2
    - Made 3DES strength to be 128 bits instead of 168 (RH#1056616).
    - Dropped delusive compatibility with alien libssl packages.