From owner-cvs-all@FreeBSD.ORG Fri Sep 7 08:15:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A175A16A41B; Fri, 7 Sep 2007 08:15:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F40813C46A; Fri, 7 Sep 2007 08:15:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l878FPmZ071044; Fri, 7 Sep 2007 08:15:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l878FP2S071043; Fri, 7 Sep 2007 08:15:25 GMT (envelope-from edwin) Message-Id: <200709070815.l878FP2S071043@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 7 Sep 2007 08:15:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/seccure Makefile distinfo pkg-descr pkg-plist ports/security/seccure/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 08:15:25 -0000 edwin 2007-09-07 08:15:24 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/seccure Makefile distinfo pkg-descr pkg-plist security/seccure/files patch-Makefile Log: 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 Revision Changes Path 1.916 +1 -0 ports/security/Makefile 1.1 +20 -0 ports/security/seccure/Makefile (new) 1.1 +3 -0 ports/security/seccure/distinfo (new) 1.1 +36 -0 ports/security/seccure/files/patch-Makefile (new) 1.1 +6 -0 ports/security/seccure/pkg-descr (new) 1.1 +8 -0 ports/security/seccure/pkg-plist (new)