From owner-freebsd-security@FreeBSD.ORG Thu Aug 26 22:08:50 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4D216A4CE for ; Thu, 26 Aug 2004 22:08:50 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F4A43D2F for ; Thu, 26 Aug 2004 22:08:49 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-10.local ([172.16.0.10]) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1C0SQH-000Hbq-Rz; Fri, 27 Aug 2004 00:08:48 +0200 Date: Fri, 27 Aug 2004 00:08:55 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Chuck Swiger From: Oliver Eikemeier In-Reply-To: <412E3FBE.8080708@mac.com> Message-Id: <859CF6E5-F7AC-11D8-91E7-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: freebsd-security@freebsd.org Subject: Re: Report of collision-generation with MD5 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 22:08:50 -0000 Chuck Swiger wrote: >> devel/portmk supports generation of multiple hashes, although it will >> just verify the first of the sufficient ones. the problem is to test >> this stuff before 5.3. > > I installed and activated devel/portmk on a 4.10 system. I think I > found the variable to control which algorithms are used, but: > > 48-sec# cd /usr/ports/astro/accrete > 49-sec# env VALID_ALGORITHMS='MD5 SHA1 RMD160' make makesum > 50-sec# cat distinfo > MD5 (accrete-1.0.tar.gz) = a8586ec1682cb9545ea380d78a8e83d1 > SIZE (accrete-1.0.tar.gz) = 17212 > > ...? VALID_ALGORITHMS are the accepted ones. The list of algorithms generated is DISTINFO_ALGORITHMS. -Oliver