qca/plugins/qca-openssl
Brad Hards 8d7b21b102 Hmm, turns out that no constraints doesn't mean
no authorised usage, it means any authorised usage.

Maybe no common, but probably very important for
interoperability.

svn path=/trunk/kdesupport/qca/; revision=410238
2005-05-07 07:32:18 +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
2004-11-07 10:08:07 +00:00
2004-11-07 10:08:07 +00:00
2005-04-10 01:46:01 +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"