Albert Astals Cid d71f4c279b Drop Qt4 support
2020-01-19 17:19:23 +01:00
..
2020-01-19 17:19:23 +01:00
2007-06-29 19:29:31 +00:00
2020-01-19 16:28:44 +01: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