Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
qca: Qt Cryptographic Architecture
- Summary
- Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions. QCA separates the API from the
implementation, using plugins known as Providers. The advantage of this
model is to allow applications to avoid linking to or explicitly depending
on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the
application!
Arch: src
Download: | qca-1.0-8.ML5.src.rpm |
Build Date: | Tue Jan 22 02:02:42 2008 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 33 KiB |
Arch: i386
Download: | qca-1.0-8.ML5.i386.rpm |
Build Date: | Tue Jan 22 02:02:42 2008 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 104 KiB |
Changelog
- * Sun Dec 23 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu Aug 31 01:00:00 2006 Aurelien Bompard <abompard{%}fedoraproject{*}org> 1.0-8
-
- rebuild
- * Sun Apr 9 01:00:00 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0-7
-
- disable stripping (bug 186648)