Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38188 invoked from network); 25 Sep 2014 07:44:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2014 07:44:58 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:59082] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/84-06184-9F7C3245 for ; Thu, 25 Sep 2014 03:44:58 -0400 Received: by mail-ie0-f171.google.com with SMTP id rd18so8366101iec.16 for ; Thu, 25 Sep 2014 00:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=Lv4/30f4jzd9bTRU4FZTdtTEXnPnfazOhFx8v5bUHro=; b=oo9kMhuy3fwE7AzZU7BniDVoJ2Q9moL+0QdGHW/SnDVr1kwUIr6jG4rVhuEx0Se1rj EQ+ZFVLW6F+v/98rrAJtQyUDrxpoqmhKLJCtUqE4vzrVOikSoOuwGvxU23YTVts6OMbg ezEJ9XKohOwiOcdhQoG6tDblmoAQO4vhnch3bFjIYbp9WoT8MIBtaP9k9FcfdBo5bZJo Vt8t+VWrMzeaAZBzGQrjdll0rmUP1WcOBisZ/YPP1DzUYTXandmnYaBseum65iunsPJD BXDux/9RSq8xdhQRCjY95SG7lTZFAwQV0ZNgQreSkbm6cACmJ5tCt1wVjCWubXCfgWqJ G8oA== MIME-Version: 1.0 X-Received: by 10.42.38.134 with SMTP id c6mr16844908ice.16.1411631094865; Thu, 25 Sep 2014 00:44:54 -0700 (PDT) Sender: rdlowrey@gmail.com Received: by 10.50.197.164 with HTTP; Thu, 25 Sep 2014 00:44:54 -0700 (PDT) Received: by 10.50.197.164 with HTTP; Thu, 25 Sep 2014 00:44:54 -0700 (PDT) In-Reply-To: <5423BDF0.5080809@sugarcrm.com> References: <5423BDF0.5080809@sugarcrm.com> Date: Thu, 25 Sep 2014 03:44:54 -0400 X-Google-Sender-Auth: kizGFYdqYKYZ3kVGNFu0PfxMFF0 Message-ID: To: Ferenc Kovacs , Julien Pauli , Stas Malyshev , internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf30364003f6c11e0503def946 Subject: Re: [PHP-DEV] Re: Re: OpenSSL bug in 5.4.33 and 5.5.17 From: rdlowrey@php.net (Daniel Lowrey) --20cf30364003f6c11e0503def946 Content-Type: text/plain; charset=UTF-8 Hi! I'm typing on my phone at the airport so apologies for the brevity and lack of quoting from previous messages. I will summarize everything in detail with commit references to clear up any confusion in the next couple of days. I believe that by applying the patch below to the 5.4 and 5.5 branches as they exist currently everything is solved: https://bugs.php.net/patch-display.php?bug=41631&patch=bug41631.patch&revision=1411139621 However I ran out of time to perform the necessary due diligence and add test cases before traveling. In any case I will find time to summarize what needs to happen on-list as soon as I am able. --20cf30364003f6c11e0503def946--