summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-15 14:46:52 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-15 14:46:52 +0000
commitdf39e177e1e832706c929eaa3f7aeff225e72c1f (patch)
tree7530af18b3daa5394e57a75a35201374daf88b66 /security
parentUpdate x11/gtstarter to 0.4.6: (diff)
Update to 0.6.0:
* added possibility to create SubCAs now * added possibility also to use DSA keys * added possibility to select the digest during key creation * added possibility to export the complete CA-chain of a SubCA PR: ports/66630 Submitted by: Janos Mohacsi (maintainer)
Notes
Notes: svn path=/head/; revision=109209
Diffstat (limited to 'security')
-rw-r--r--security/tinyca/Makefile3
-rw-r--r--security/tinyca/distinfo4
-rw-r--r--security/tinyca/pkg-descr3
3 files changed, 6 insertions, 4 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile
index 8990167923b3..bd2c3cf5e432 100644
--- a/security/tinyca/Makefile
+++ b/security/tinyca/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= tinyca
-PORTVERSION= 0.5.4
-PORTREVISION= 1
+PORTVERSION= 0.6.0
CATEGORIES= security net
MASTER_SITES= http://tinyca.sm-zone.net/
diff --git a/security/tinyca/distinfo b/security/tinyca/distinfo
index 5f31297eb8a8..4b145db952a2 100644
--- a/security/tinyca/distinfo
+++ b/security/tinyca/distinfo
@@ -1,2 +1,2 @@
-MD5 (tinyca-0.5.4.tar.gz) = 6a9ffe35a8701eef4dff73ea18df0ecb
-SIZE (tinyca-0.5.4.tar.gz) = 95095
+MD5 (tinyca-0.6.0.tar.gz) = e39075da23d4b4c78eac6bcc51b64ac3
+SIZE (tinyca-0.6.0.tar.gz) = 118102
diff --git a/security/tinyca/pkg-descr b/security/tinyca/pkg-descr
index a73a620dad7a..2f7e08d31bb7 100644
--- a/security/tinyca/pkg-descr
+++ b/security/tinyca/pkg-descr
@@ -4,8 +4,11 @@ Features:
Currently TinyCA supports the following features:
+ * unlimited number of CAs
+ * support for creating and managing SubCAs
* Creation and Revocation of x509 - S/MIME certificates
* PKCS#10 Requests can be imported and signed
+ * RSA and DSA keys can be generated and used
* Servercertificates
o Certificates can be exported as: PEM, DER, TXT and PKCS#12
o Certificates may be used with e.g. Apache, Postfix, OpenLDAP,