diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 20:27:06 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 20:27:06 +0000 |
commit | df2176916035e648e8ac0a080d5437c94c344665 (patch) | |
tree | d95fdf4dd26969588e0b7341c6f508522c3ae3f2 /security/Makefile | |
parent | 24bf73d5b53afc60e6dcaed1d4f2facf439b4390 (diff) | |
download | pkgsrc-df2176916035e648e8ac0a080d5437c94c344665.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/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index fc239cf0810..0a8135602dd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2004/11/27 14:48:38 taca Exp $ +# $NetBSD: Makefile,v 1.214 2004/11/27 20:29:25 jdolecek Exp $ # COMMENT= Security tools @@ -178,6 +178,7 @@ SUBDIR+= py-gnupg SUBDIR+= py-gnutls SUBDIR+= py-m2crypto SUBDIR+= pyca +SUBDIR+= qca-tls SUBDIR+= qident SUBDIR+= racoon SUBDIR+= rats |