aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-05-15 22:46:52 +0800
committervs <vs@FreeBSD.org>2004-05-15 22:46:52 +0800
commit9bbb0f3d83c48cca91b4c0aa83f72db96b8467c8 (patch)
tree3316b6bb11aa237eec5141682fdf3c616b13763f /security
parent1a6d4bf8663a31a3623b4cbee27d49e60dd6fa88 (diff)
downloadfreebsd-ports-gnome-9bbb0f3d83c48cca91b4c0aa83f72db96b8467c8.tar.gz
freebsd-ports-gnome-9bbb0f3d83c48cca91b4c0aa83f72db96b8467c8.tar.zst
freebsd-ports-gnome-9bbb0f3d83c48cca91b4c0aa83f72db96b8467c8.zip
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)
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,