summaryrefslogtreecommitdiff
path: root/security/qca-tls/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-27 20:27:06 +0000
committerjdolecek <jdolecek>2004-11-27 20:27:06 +0000
commit7aaf5bfa5c1ac175572adc8ee214b21048f7a425 (patch)
treed95fdf4dd26969588e0b7341c6f508522c3ae3f2 /security/qca-tls/DESCR
parent659f254b84f9da4f97ff774a63eba62ae6d4c1e1 (diff)
downloadpkgsrc-7aaf5bfa5c1ac175572adc8ee214b21048f7a425.tar.gz
Add qca-tls 1.0 - QT Cryptography Architecture TLS plugin. Features
SSL/TLS, X509, RSA, Hasing (SHA1, MD5), Ciphers (Blowfish, 3DES, AES). Uses QT conventions and plugin mechanism, and provides the crypto services for applications such as PSI (Jabber client).
Diffstat (limited to 'security/qca-tls/DESCR')
-rw-r--r--security/qca-tls/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/qca-tls/DESCR b/security/qca-tls/DESCR
new file mode 100644
index 00000000000..7389c8bcb16
--- /dev/null
+++ b/security/qca-tls/DESCR
@@ -0,0 +1,16 @@
+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. QCA should work
+everywhere Qt does, including Windows/Unix/MacOSX.
+
+Features:
+* SSL/TLS
+* X509
+* RSA
+* Hashing (SHA1, MD5)
+* Ciphers (Blowfish, 3DES, AES)