Warning, /libraries/qca/plugins/qca-ossl/README is written in an unsupported language. File is not indexed.

0001 QCA OSSL plugin version 2.0.0
0002 -----------------------------
0003 Date: October 11th, 2007
0004 Website: http://delta.affinix.com/qca/
0005 Mailing List: Delta Project <delta@lists.affinix.com>
0006 
0007 Authors:
0008   Justin Karneges <justin@affinix.com>
0009   Brad Hards <bradh@frogmouth.net>
0010 
0011 This plugin provides features based on OpenSSL. It implements:
0012 * Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
0013 * Hashing - SHA224, SHA256, SHA384 and SHA512 (for openssl 0.9.8)
0014 * Block Ciphers
0015 * Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160
0016 * Public keys - RSA, DSA, Diffie-Hellman
0017 * PKCS#12
0018 * SSL/TLS
0019 * CMS (for S/MIME)
0020 
0021 Requirements:
0022   OpenSSL Library (http://www.openssl.org/)
0023 
0024 Installing
0025 ----------
0026 
0027 For Unix/Linux/Mac:
0028 
0029   ./configure
0030   make
0031   make install
0032 
0033 For Windows:
0034 
0035   configwin rd
0036   qmake
0037   nmake (or make)
0038   copy lib\*.dll qtdir\plugins\crypto
0039