Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95099 invoked from network); 31 Jul 2011 08:32:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2011 08:32:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=solar@openwall.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=solar@openwall.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain openwall.com designates 195.42.179.200 as permitted sender) X-PHP-List-Original-Sender: solar@openwall.com X-Host-Fingerprint: 195.42.179.200 mother.openwall.net Received: from [195.42.179.200] ([195.42.179.200:44246] helo=mother.openwall.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/90-25309-C03153E4 for ; Sun, 31 Jul 2011 04:32:14 -0400 Received: (qmail 27661 invoked from network); 31 Jul 2011 08:32:10 -0000 Received: from localhost (HELO pvt.openwall.com) (127.0.0.1) by localhost with SMTP; 31 Jul 2011 08:32:10 -0000 Received: by pvt.openwall.com (Postfix, from userid 503) id DDAF12FD28; Sun, 31 Jul 2011 12:31:59 +0400 (MSD) Date: Sun, 31 Jul 2011 12:31:59 +0400 To: Pierre Joye Cc: PHP Internals List Message-ID: <20110731083159.GA21473@openwall.com> References: <20110717182616.GA17288@openwall.com> <20110719233714.GA28946@openwall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110719233714.GA28946@openwall.com> User-Agent: Mutt/1.4.2.3i Subject: Re: [PHP-DEV] [PATCH] crypt_blowfish 1.2 From: solar@openwall.com (Solar Designer) Hi, Please apply the patches from: http://news.php.net/php.internals/54098 at least the crypt.c bugfix is a must to apply before releasing 5.3.7 and 5.4.0. On Wed, Jul 20, 2011 at 03:37:14AM +0400, Solar Designer wrote: ... > Anyway, attached are patches adding the tests from crypt_blowfish 1.2 to > trunk, 5.4, and 5.3. These patches also fix a bug in crypt.c. Alexander