4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-07 16:29:33 +00:00
Justin Karneges 704de04a07 key bitsize
svn path=/trunk/kdesupport/qca/; revision=402997
2005-04-04 00:34:13 +00:00
..
2004-11-07 10:08:07 +00:00
2004-11-07 10:08:07 +00:00
2005-04-04 00:34:13 +00:00
2004-11-07 10:08:07 +00:00
2004-11-07 10:08:07 +00:00
2004-11-07 10:08:07 +00:00

QCA OpenSSL plugin
------------------
Author: Brad Hards <bradh@frogmouth.net>

This plugin provides features based on OpenSSL. It implements:
* Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
* Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160

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

Installation procedure:
  ./configure
  make
  su -c "make install"