summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-13 02:39:45 +0000
committerbrook <brook@pkgsrc.org>2019-08-13 02:39:45 +0000
commit0184aae2eee6b6a163568e678fd9053d6ffce2ec (patch)
tree6604d084ef3a3b7250be8b65a0601d3dd3c0a68c /security/Makefile
parentfbb39eec77c1cf88fe77fdbcab2ca50e368fbe10 (diff)
downloadpkgsrc-0184aae2eee6b6a163568e678fd9053d6ffce2ec.tar.gz
xca: initial commit
X - Certificate and Key management This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs. Everything that is needed for a CA is implemented. All CAs can sign sub-CAs recursively. These certificate chains are shown clearly. For an easy company-wide use there are customiseable templates that can be used for certificate or request generation. All cryptographic data is stored in a SQL database. SQLite, MySQL (MariaDB) and PostgreSQL databases are supported.
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index 9289af61dae..4b18bb7aadf 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.708 2019/08/11 16:52:12 fox Exp $
+# $NetBSD: Makefile,v 1.709 2019/08/13 02:39:45 brook Exp $
#
COMMENT= Security tools
@@ -601,6 +601,7 @@ SUBDIR+= tripwire
SUBDIR+= validns
SUBDIR+= vault
SUBDIR+= volatility
+SUBDIR+= xca
SUBDIR+= xml-security-c
SUBDIR+= xmlsec1
SUBDIR+= yafic