4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-09 01:09:34 +00:00
Brad Hards a674944d3d Add a bit more of the CertContext, and re-enable
the issuer code, in preparation for fixing the crash.

svn path=/trunk/kdesupport/qca/; revision=504481
2006-02-01 10:09:29 +00:00
..
2004-11-07 10:08:07 +00:00
2005-08-01 06:56:44 +00:00
2006-01-16 20:10:38 +00:00

QCA OpenSSL plugin
------------------
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
* 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:

  edit qca-openssl.pro
  qmake qca-openssl.pro
  nmake (or make)

  copy [debug|release]\qca-openssl.dll qtdir\plugins\crypto