Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / qca2-ossl / DESCR
blob8686fe8eb6e9b7f3923eee7d08bc2eec9d0b192f
1 Taking a hint from the similarly-named Java Cryptography Architecture,
2 QCA aims to provide a straightforward and cross-platform crypto
3 API, using Qt datatypes and conventions. QCA separates the API from
4 the implementation, using plugins known as Providers. The advantage
5 of this model is to allow applications to avoid linking to or
6 explicitly depending on any particular cryptographic library. This
7 allows one to easily change or upgrade crypto implementations
8 without even needing to recompile the application. QCA should work
9 everywhere Qt does, including Windows/Unix/MacOSX.
11 Capabilities:
12 TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
13 SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
14 Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
15 RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)