Rearrange README a bit

This commit is contained in:
Albert Astals Cid 2020-01-25 00:54:25 +01:00
parent f9fc3f356f
commit d61a1ce875

75
README
View File

@ -1,26 +1,19 @@
Qt Cryptographic Architecture (QCA) version 2.1.0 Qt Cryptographic Architecture (QCA)
------------------------------------------------- -----------------------------------
Date: November 6th, 2014
Website: http://delta.affinix.com/qca/
Mailing List: Delta Project <delta@lists.affinix.com>
Project Lead/Maintainer (2003-current): Description
Justin Karneges <justin@affinix.com> -----------
(March 2007 - August 2007 under Barracuda Networks employment)
Development, Documentation, Unittests (2004-2009): QCA is a library that provides an easy API for a range of cryptographic
Brad Hards <bradh@frogmouth.net> features, including SSL/TLS, X.509 certificates, SASL, OpenPGP, smartcards,
and much more.
Development (2013-current) Functionality is supplied via plugins. This is useful for avoiding
Ivan Romanov <drizt@land.ru> dependence on a particular crypto library and makes upgrading easier,
as there is no need to recompile your application when adding or
upgrading a crypto plugin.
Special Thanks: In order for QCA to be of much use, you'll want to install some plugins.
Portugal Telecom (SAPO division), for sponsorship
Alon Bar-Lev, for smart card and design assistance
Jack Lloyd, for Botan and X.509 mentoring
L. Peter Deutsch, for the public domain MD5 implementation
Steve Reid, for the public domain SHA1 implementation
Jason Kim, for the CMS Signer graphics
Install Install
@ -34,8 +27,16 @@ License
the COPYING file for more information. the COPYING file for more information.
Changes History
------- -------
QCA was originally created to support the security needs of the
Psi XMPP/Jabber client project ( http://psi-im.org/ ).
Old Changes list
----------------
New in 2.1.0 New in 2.1.0
- Ported to Qt5 (Qt4 also supported) - Ported to Qt5 (Qt4 also supported)
- New building system. CMake instead of qmake - New building system. CMake instead of qmake
@ -90,25 +91,23 @@ Changes
- Windows version can be configured/installed using paths with spaces - Windows version can be configured/installed using paths with spaces
Description Old Developer list
----------- ------------------
QCA is a library that provides an easy API for a range of cryptographic Project Lead/Maintainer (2003-2012):
features, including SSL/TLS, X.509 certificates, SASL, OpenPGP, smartcards, Justin Karneges <justin@affinix.com>
and much more. (March 2007 - August 2007 under Barracuda Networks employment)
Functionality is supplied via plugins. This is useful for avoiding Development, Documentation, Unittests (2004-2009):
dependence on a particular crypto library and makes upgrading easier, Brad Hards <bradh@frogmouth.net>
as there is no need to recompile your application when adding or
upgrading a crypto plugin.
In order for QCA to be of much use, you'll want to install some plugins. Development (2013-2017)
Ivan Romanov <drizt@land.ru>
QCA was originally created to support the security needs of the Special Thanks:
Psi XMPP/Jabber client project ( http://psi-im.org/ ). Portugal Telecom (SAPO division), for sponsorship
Alon Bar-Lev, for smart card and design assistance
API Documentation is located in the 'apidocs' subdirectory. Jack Lloyd, for Botan and X.509 mentoring
L. Peter Deutsch, for the public domain MD5 implementation
Steve Reid, for the public domain SHA1 implementation
Have fun, Jason Kim, for the CMS Signer graphics
-Justin