From owner-freebsd-arch@FreeBSD.ORG Sat Dec 11 09:41:25 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9281E16A4CE for ; Sat, 11 Dec 2004 09:41:25 +0000 (GMT) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83D343D45 for ; Sat, 11 Dec 2004 09:41:24 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) iBB9fMfL025105 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 11 Dec 2004 20:41:23 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])iBB9fMxP084176 for ; Sat, 11 Dec 2004 20:41:22 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id iBB9fMnV084175 for freebsd-arch@freebsd.org; Sat, 11 Dec 2004 20:41:22 +1100 (EST) (envelope-from pjeremy) Date: Sat, 11 Dec 2004 20:41:22 +1100 From: Peter Jeremy To: freebsd-arch@freebsd.org Message-ID: <20041211094121.GB79646@cirb503493.alcatel.com.au> References: <41B92CF3.2090302@wadham.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41B92CF3.2090302@wadham.ox.ac.uk> User-Agent: Mutt/1.4.2i Subject: Re: Adding standalone RSA code X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 09:41:25 -0000 On Thu, 2004-Dec-09 20:58:27 -0800, Colin Percival wrote: > I'd like to add a new library for lightweight barebones RSA >computations, and associated commandline rsa-makekey, rsa-sign, >and rsa-verify utilities. To head off on a slight tangent... Does -core have an official set of guidelines for adding new libraries and utilities to FreeBSD? (What purpose does it serve? Why aren't existing facilities adequate? Why should it be in the base system rather than ports? How will it be maintained in future? etc). -- Peter Jeremy