From 6cfabe1627323c6725e3d0a2494a7a6385daefdc Mon Sep 17 00:00:00 2001 From: jun Date: Fri, 16 Mar 2001 23:26:01 +0000 Subject: 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. --- security/AiCA/Makefile | 24 ++++++++++++++++++++++ security/AiCA/files/md5 | 3 +++ security/AiCA/pkg/DESCR | 12 +++++++++++ security/AiCA/pkg/PLIST | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 security/AiCA/Makefile create mode 100644 security/AiCA/files/md5 create mode 100644 security/AiCA/pkg/DESCR create mode 100644 security/AiCA/pkg/PLIST (limited to 'security') 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 -- cgit v1.2.3