Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20043 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18354 invoked by uid 1010); 16 Nov 2005 01:30:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18338 invoked from network); 16 Nov 2005 01:30:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2005 01:30:58 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:4868] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 47/8A-07637-2DB8A734 for ; Tue, 15 Nov 2005 20:30:58 -0500 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EcBMY-0003sj-00 for internals@lists.php.net; Tue, 15 Nov 2005 16:41:22 -0800 Message-ID: <003d01c5ea4d$61bbdbd0$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: References: <20051115221143.GA28082@hardened-php.net> Date: Tue, 15 Nov 2005 17:30:46 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: PHP 5.1.0 - sha256() and sha256_file() support From: pollita@php.net ("Sara Golemon") >> with MD5 and SHA1 more or less broken >> Overstatement much? >> I have hacked together sha256() and sha256_file(), >> The more the merrier I say... > There will be another RC, but I'd prefer to reserve > this feature till PHP 5.1.1. > I've had implementations of sha256,384, and 512 lying about for months now (possibly over a year), but was told they didn't have a place in core since mhash provided the functionality (A statement I recall agreeing with at the time fwiw). What changed? -Sara