From owner-freebsd-audit Wed May 2 18:20:25 2001 Delivered-To: freebsd-audit@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 00CE137B422 for ; Wed, 2 May 2001 18:20:24 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id A8BA03E2B; Wed, 2 May 2001 18:20:23 -0700 (PDT) To: Will Andrews , Dag-Erling Smorgrav , audit@FreeBSD.ORG Subject: Re: sha1 support in md5(1) In-Reply-To: <20010502200930.F5017@casimir.physics.purdue.edu>; from will@physics.purdue.edu on "Wed, 2 May 2001 20:09:30 -0500" Date: Wed, 02 May 2001 18:20:23 -0700 From: Dima Dorfman Message-Id: <20010503012023.A8BA03E2B@bazooka.unixfreak.org> Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews writes: > On Wed, May 02, 2001 at 06:11:38PM -0700, Dima Dorfman wrote: > > Not really necessary. It's not that hard to do `openssl md5` or > > `openssl sha1`. No need to pollute [/usr]/[s]bin with gratuitous > > links. > > OK, but what about potentially getting rid of md5(1)? If we can get the OpenSSL folks to stick those spaces in there for us that'd be the best. Then, we just add links for 'md5', 'sha1', etc. to openssl in /usr/bin (I've always thought /sbin was a bad place for md5(1), anyway). Failing that, we find a way to run the output through something like: sed -E 's/^(.+)\((.+)\)= (.+)$/\1 (\2) = \3/g' and make links to that. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message