qca/plugins/qca-openssl
Justin Karneges 3723dd3469 upgrade tls, public key object parenting, support for private keys held by other providers
svn path=/trunk/kdesupport/qca/; revision=439546
2005-07-28 12:26:55 +00:00
..
2004-11-07 10:08:07 +00:00
2004-11-07 10:08:07 +00:00
2005-07-07 00:54:12 +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"