aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 08:15:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 08:15:24 +0000
commit4e8d63bcc7b096f01564f150bc1c917487aff897 (patch)
treedfcdc0eeb9fb2e91ac258d72befa9223d58d6681 /security/Makefile
parenta2d01192d59afe028d6e33b6a1f8fba0a225600a (diff)
downloadports-4e8d63bcc7b096f01564f150bc1c917487aff897.tar.gz
ports-4e8d63bcc7b096f01564f150bc1c917487aff897.zip
New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
The seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). In particular it offers public key encryption / decryption, signature generation / verification and key establishment. ECC schemes offer a much better key size to security ratio than classical systems (RSA, DSA). Keys are short enough to make direct specification of keys on the command line possible (sometimes this is more convenient than the management of PGP-like key rings). seccure builds on this feature and therefore is the tool of choice whenever lightweight asymmetric cryptography -- independent of key servers, revocation certificates, the Web of Trust or even configuration files -- is required. PR: ports/115943 Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
Notes
Notes: svn path=/head/; revision=199011
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 88d790ba1373..8be5c6629111 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -664,6 +664,7 @@
SUBDIR += scanlogd
SUBDIR += scanssh
SUBDIR += seahorse
+ SUBDIR += seccure
SUBDIR += secpanel
SUBDIR += sectok
SUBDIR += secure_delete