summaryrefslogtreecommitdiff
path: root/security/AiCA
diff options
context:
space:
mode:
authorjun <jun>2001-03-16 23:26:01 +0000
committerjun <jun>2001-03-16 23:26:01 +0000
commitd414f1cb65fbbed8d303ca556cbc2669f21663ab (patch)
tree674f6ecd7011bff46745cd842421b412d01bea5d /security/AiCA
parentfbe79373712209aecb5300621806d558cf80d239 (diff)
downloadpkgsrc-d414f1cb65fbbed8d303ca556cbc2669f21663ab.tar.gz
Initial import of "AiCA":
manage Certification Authority,PKI viewer/converter/verification The AiCA is the CA (Certification Authority) Package. This package contains several applications, such as: * aica -- The CA program to issue, update, and revoke certificates. And many other CA managements are available. * certreq -- To generate a key pair and a CSR. * certview -- The PKI file viewer for X.509 Certificate, CRL, PKCS#1, PKCS#7, PKCS#8, PKCS#10, and PKCS#12. Both PEM and DER file format is available to show. * certconv -- The PKI file converter. Many PKI files can convert to the other file format mutually. * certvfy -- The certificate verifier. Full verification is possible.
Diffstat (limited to 'security/AiCA')
-rw-r--r--security/AiCA/Makefile24
-rw-r--r--security/AiCA/files/md53
-rw-r--r--security/AiCA/pkg/DESCR12
-rw-r--r--security/AiCA/pkg/PLIST53
4 files changed, 92 insertions, 0 deletions
diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile
new file mode 100644
index 00000000000..6e010852f29
--- /dev/null
+++ b/security/AiCA/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 23:26:01 jun Exp $
+#
+
+DISTNAME= AiCA-0.71.1
+CATEGORIES= security
+MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
+
+MAINTAINER= tech-pkg@jp.netbsd.org
+HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
+COMMENT= manage Certification Authority,PKI viewer/converter/verification
+
+GNU_CONFIGURE= yes
+
+RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp."
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiCA
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.j \
+ ${WRKSRC}/README ${WRKSRC}/sample.list.csv \
+ ${PREFIX}/share/doc/AiCA
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/AiCA/files/md5 b/security/AiCA/files/md5
new file mode 100644
index 00000000000..d52a45ad289
--- /dev/null
+++ b/security/AiCA/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/16 23:26:01 jun Exp $
+
+MD5 (AiCA-0.71.1.tar.gz) = 6955391e62cbd904a24ad23f4a40aff2
diff --git a/security/AiCA/pkg/DESCR b/security/AiCA/pkg/DESCR
new file mode 100644
index 00000000000..055e9b79531
--- /dev/null
+++ b/security/AiCA/pkg/DESCR
@@ -0,0 +1,12 @@
+The AiCA is the CA (Certification Authority) Package.
+
+This package contains several applications, such as:
+ * aica -- The CA program to issue, update, and revoke certificates.
+ And many other CA managements are available.
+ * certreq -- To generate a key pair and a CSR.
+ * certview -- The PKI file viewer for X.509 Certificate, CRL, PKCS#1, PKCS#7,
+ PKCS#8, PKCS#10, and PKCS#12. Both PEM and DER file format
+ is available to show.
+ * certconv -- The PKI file converter. Many PKI files can convert to the other
+ file format mutually.
+ * certvfy -- The certificate verifier. Full verification is possible.
diff --git a/security/AiCA/pkg/PLIST b/security/AiCA/pkg/PLIST
new file mode 100644
index 00000000000..b6e5882bc7f
--- /dev/null
+++ b/security/AiCA/pkg/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/16 23:26:01 jun Exp $
+bin/aica
+bin/asn1view
+bin/certconv
+bin/certreq
+bin/certvfy
+bin/certview
+bin/newca.sh
+certs/ailab.cer
+certs/ailab.crl
+certs/democa.cer
+certs/democa.crl
+certs/verify.idx
+include/aiconfig.h
+include/key_type.h
+include/large_num.h
+include/large_prime.h
+include/md_global.h
+include/ok_asn1.h
+include/ok_base64.h
+include/ok_des.h
+include/ok_ecc.h
+include/ok_ecdsa.h
+include/ok_err.h
+include/ok_hmac.h
+include/ok_io.h
+include/ok_md2.h
+include/ok_md5.h
+include/ok_mem.h
+include/ok_mime.h
+include/ok_pem.h
+include/ok_pkcs.h
+include/ok_pkcs12.h
+include/ok_pkcs7.h
+include/ok_rand.h
+include/ok_rc2.h
+include/ok_rc4.h
+include/ok_rsa.h
+include/ok_sha1.h
+include/ok_ssl.h
+include/ok_tool.h
+include/ok_wincry.h
+include/ok_x509.h
+include/ok_x509ext.h
+lib/aica.cnf
+lib/libaicrypto.a
+lib/libaissl.a
+share/doc/AiCA/COPYRIGHT
+share/doc/AiCA/README
+share/doc/AiCA/README.j
+share/doc/AiCA/sample.list.csv
+@dirrm share/doc/AiCA
+@dirrm certs