~ubuntu-branches/ubuntu/jaunty/qca2-plugin-ossl/jaunty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-08-11 01:15:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070811011548-a3ku0fl1usxkau0p
Tags: upstream-0.1~20070706
ImportĀ upstreamĀ versionĀ 0.1~20070706

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QCA OSSL plugin
 
2
------------------
 
3
Authors: Justin Karneges <justin@affinix.com>
 
4
         Brad Hards <bradh@frogmouth.net>
 
5
 
 
6
This plugin provides features based on OpenSSL. It implements:
 
7
* Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
 
8
* Hashing - SHA224, SHA256, SHA384 and SHA512 (for openssl 0.9.8)
 
9
* Block Ciphers
 
10
* Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160
 
11
* Public keys - RSA, DSA, Diffie-Hellman
 
12
* PKCS#12
 
13
* SSL/TLS
 
14
* CMS (for S/MIME)
 
15
 
 
16
Requirements:
 
17
  OpenSSL Library (http://www.openssl.org/)
 
18
 
 
19
Installing
 
20
----------
 
21
 
 
22
For Unix/Linux/Mac:
 
23
 
 
24
  ./configure
 
25
  make
 
26
  make install
 
27
 
 
28
For Windows:
 
29
 
 
30
  edit qca-openssl.pro
 
31
  qmake qca-openssl.pro
 
32
  nmake (or make)
 
33
 
 
34
  copy [debug|release]\qca-openssl.dll qtdir\plugins\crypto
 
35