mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 11:29:33 +00:00
40 lines
848 B
Plaintext
40 lines
848 B
Plaintext
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
|
|
|