- qca-2.3 drop support for OSSL<1.1 - copy devel/qca to devel/qca-legacy which is held at the current version - update devel/qca to 2.3 - Add Uses/qca.mk which handles dependency on either of the ports depending on the FreeBSD version Users on FreeBSD11 must therefore change their pkg orign à la: pkg set -o devel/qca:devel/qca-legacy PR: 244682 Exp-run by: antoine Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D24042
13 lines
259 B
Text
13 lines
259 B
Text
QCA aims to provide a straightforward and cross-platform crypto API,
|
|
using Qt datatypes and conventions.
|
|
|
|
Supported features:
|
|
|
|
* SSL/TLS
|
|
* X509
|
|
* SASL
|
|
* RSA
|
|
* Hashing (SHA1, MD5)
|
|
* Ciphers (Blowfish, 3DES, AES)
|
|
|
|
WWW: http://delta.affinix.com/qca/
|