Raphael Kubo da Costa 84f53aea25 qca-ossl: Remove SHA0 from all_hash_types() when it is not available.
Commit 0dbed8e ("qca-ossl: Fix build without support for SHA-0") forgot
to add an #ifdef check for SHA0 support in all_hash_types().

REVIEW: 128700
2016-08-18 08:52:57 +02:00
..
2007-06-29 19:29:31 +00:00
2007-10-12 00:51:03 +00:00
2007-06-29 19:29:31 +00:00

QCA OSSL plugin version 2.0.0
-----------------------------
Date: October 11th, 2007
Website: http://delta.affinix.com/qca/
Mailing List: Delta Project <delta@lists.affinix.com>

Authors:
  Justin Karneges <justin@affinix.com>
  Brad Hards <bradh@frogmouth.net>

This plugin provides features based on OpenSSL. It implements:
* Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
* Hashing - SHA224, SHA256, SHA384 and SHA512 (for openssl 0.9.8)
* Block Ciphers
* Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160
* Public keys - RSA, DSA, Diffie-Hellman
* PKCS#12
* SSL/TLS
* CMS (for S/MIME)

Requirements:
  OpenSSL Library (http://www.openssl.org/)

Installing
----------

For Unix/Linux/Mac:

  ./configure
  make
  make install

For Windows:

  configwin rd
  qmake
  nmake (or make)
  copy lib\*.dll qtdir\plugins\crypto