diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 14:46:52 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 14:46:52 +0000 |
commit | df39e177e1e832706c929eaa3f7aeff225e72c1f (patch) | |
tree | 7530af18b3daa5394e57a75a35201374daf88b66 /security/tinyca | |
parent | ee8e9d8312c3c89a40993ee223cc6bd513720068 (diff) | |
download | ports-df39e177e1e832706c929eaa3f7aeff225e72c1f.tar.gz ports-df39e177e1e832706c929eaa3f7aeff225e72c1f.zip |
Notes
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 3 | ||||
-rw-r--r-- | security/tinyca/distinfo | 4 | ||||
-rw-r--r-- | security/tinyca/pkg-descr | 3 |
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, |