From owner-freebsd-arch@FreeBSD.ORG Fri Dec 10 09:24:08 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 525EB16A4CE for ; Fri, 10 Dec 2004 09:24:08 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1916943D41 for ; Fri, 10 Dec 2004 09:24:08 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.44.157) by smtp02.syd.iprimus.net.au (7.0.036) id 41A76DCB005E6C38; Fri, 10 Dec 2004 20:24:06 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 111CA4266; Fri, 10 Dec 2004 20:24:55 +1100 (EST) Date: Fri, 10 Dec 2004 20:24:55 +1100 From: Tim Robbins To: Colin Percival Message-ID: <20041210092455.GB27181@cat.robbins.dropbear.id.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.1i cc: freebsd-arch@freebsd.org 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: Fri, 10 Dec 2004 09:24:08 -0000 On Thu, Dec 09, 2004 at 08:58:27PM -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. This sounds good to me. I recently found myself writing a similarly stripped-down library for performing RSA signatures due to licensing problems with OpenSSL (obnoxious advertising clauses, GPL incompatibility). Can you be a little more specific about what your library supports? What format does it expect keys to be in? What format does it store signatures in? Tim