From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 10 16:10:02 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78A0316A41A for ; Sat, 10 Nov 2007 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 619B613C48E for ; Sat, 10 Nov 2007 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lAAGA2qg007150 for ; Sat, 10 Nov 2007 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lAAGA2it007149; Sat, 10 Nov 2007 16:10:02 GMT (envelope-from gnats) Date: Sat, 10 Nov 2007 16:10:02 GMT Message-Id: <200711101610.lAAGA2it007149@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: misc/117934: Add support for SHA-256 and SHA-512 password hashes to crypt() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:10:02 -0000 The following reply was made to PR bin/117934; it has been noted by GNATS. From: Kris Kennaway To: David Magda Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/117934: Add support for SHA-256 and SHA-512 password hashes to crypt() Date: Sat, 10 Nov 2007 17:09:39 +0100 David Magda wrote: >> Number: 117934 >> Category: misc >> Synopsis: Add support for SHA-256 and SHA-512 password hashes to crypt() >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-bugs >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Fri Nov 09 02:40:00 UTC 2007 >> Closed-Date: >> Last-Modified: >> Originator: David Magda >> Release: N/A >> Organization: > We're organized? >> Environment: > N/A >> Description: > Ulrich Drepper at Red Hat has a released an extension to crypt() to support SHA-256 and SHA-512 in password hashes: > > http://people.redhat.com/drepper/sha-crypt.html > http://people.redhat.com/drepper/SHA-crypt.txt > > It has also been reviewed by people at IBM, HP, and Sun. He has released sample code into the public domain. > > It would be cool if it could be integrated in FreeBSD. A good first step would be for you to submit a patch. Kris