From owner-cvs-all@FreeBSD.ORG Fri Dec 25 10:31:40 2009 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 B38821065672; Fri, 25 Dec 2009 10:31:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A452E8FC08; Fri, 25 Dec 2009 10:31:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBPAVe6U072162; Fri, 25 Dec 2009 10:31:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBPAVeUg072161; Fri, 25 Dec 2009 10:31:40 GMT (envelope-from miwi) Message-Id: <200912251031.nBPAVeUg072161@repoman.freebsd.org> From: Martin Wilke Date: Fri, 25 Dec 2009 10:31:40 +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/softhsm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2009 10:31:40 -0000 miwi 2009-12-25 10:31:40 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/softhsm Makefile distinfo pkg-descr Log: SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations. WWW: http://www.opendnssec.org/ PR: ports/141932 Submitted by: Jaap Akkerhuis