~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to qca/README

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Qt Cryptographic Architecture (QCA) version 2.0.0
2
 
-------------------------------------------------
3
 
Date: July 5th, 2007
4
 
Website: http://delta.affinix.com/qca/
5
 
Mailing List: Delta Project <delta@lists.affinix.com>
6
 
 
7
 
Project Lead/Maintainer (2003-current):
8
 
  Justin Karneges <justin@affinix.com>
9
 
 
10
 
Development, Documentation, Unittests (2004-current):
11
 
  Brad Hards <bradh@frogmouth.net>
12
 
 
13
 
Special Thanks:
14
 
  Alon Bar-Lev, for smart card and design assistance
15
 
  Jack Lloyd, for Botan and X.509 mentoring
16
 
  L. Peter Deutsch, for the public domain MD5 implementation
17
 
  Steve Reid, for the public domain SHA1 implementation
18
 
 
19
 
 
20
 
  For installation or compiling instructions, see the INSTALL file.
21
 
 
22
 
  This library is licensed under the Lesser GNU General Public License.  See
23
 
  the COPYING file for more information.
24
 
 
25
 
 
26
 
Changes
27
 
-------
28
 
  New in 2.0.0
29
 
  - Rewritten for Qt 4
30
 
  - MAC algorithms
31
 
  - DSA
32
 
  - Diffie-Hellman
33
 
  - Secure random
34
 
  - Secure memory
35
 
  - Extensive X.509 API, supporting chains, crls, and validation
36
 
  - Smart cards and other key storage
37
 
  - OpenPGP
38
 
  - Cryptographic Message Syntax (for S/MIME)
39
 
  - probably more
40
 
 
41
 
 
42
 
Description
43
 
-----------
44
 
 
45
 
  QCA is a library that provides an easy API for a range of crypographic
46
 
  features, including SSL/TLS, X.509 certificates, SASL, OpenPGP, smartcards,
47
 
  and much more.
48
 
 
49
 
  Functionality is supplied via plugins.  This is useful for avoiding
50
 
  dependence on a particular crypto library and makes upgrading easier,
51
 
  as there is no need to recompile your application when adding or
52
 
  upgrading a crypto plugin.
53
 
 
54
 
  In order for QCA to be of much use, you'll want to install some plugins.
55
 
 
56
 
  QCA was originally created to support the security needs of the
57
 
  Psi XMPP/Jabber client project ( http://psi-im.org/ ).
58
 
 
59
 
 
60
 
Have fun,
61
 
-Justin