Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92464 invoked from network); 17 Feb 2013 15:40:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2013 15:40:59 -0000 Authentication-Results: pb1.pair.com header.from=jason.gerfen@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jason.gerfen@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: jason.gerfen@gmail.com X-Host-Fingerprint: 209.85.223.174 mail-ie0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:61413] helo=mail-ie0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/23-65378-80AF0215 for ; Sun, 17 Feb 2013 10:40:58 -0500 Received: by mail-ie0-f174.google.com with SMTP id k10so6350834iea.19 for ; Sun, 17 Feb 2013 07:40:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=XaA7cw3RoNFRrwxqTFNP8Pcv8VzzIhYaBIAH3WLXF5Q=; b=RAagowN0q3/n9SGcw+FeJY9NIX930fgpAV8uXzwxKHzSAMW5OU7pJWJcicMq4ACSCa W4YpCN6ylFtzpGcaoUfixSaJ9G2Ejcy4whYgNKgt0tGRR+nIqoryVIT0DX5guGkJy4PO NSz3LiT2khhV3NwFQV6BTvE4iXBkG66LEfpSYjzoZnElrD5ALov8sg9EMcVZXg52X3u1 MGv3wJ6+vDAO9TKs4k7I38cDq74ZwQZPYGiVu1QkAigXeTXzvDcGrKoAchnBzqM3nPS2 LHXBxRNTyIwNQYYihzYPiJo2UuDviK99CNGegcDmUY3w4ClrZ6YTNLc56Mk4mEKqgju7 XJDQ== X-Received: by 10.50.196.234 with SMTP id ip10mr5215657igc.27.1361115653932; Sun, 17 Feb 2013 07:40:53 -0800 (PST) Received: from [192.168.2.5] (c-67-171-112-141.hsd1.ut.comcast.net. [67.171.112.141]) by mx.google.com with ESMTPS id ur12sm8204237igb.8.2013.02.17.07.40.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 Feb 2013 07:40:52 -0800 (PST) References: <5120AD08.1030301@sugarcrm.com> Mime-Version: 1.0 (1.0) In-Reply-To: <5120AD08.1030301@sugarcrm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <364C1140-CB09-4043-90E7-6C763789FC45@gmail.com> Cc: "internals@lists.php.net" X-Mailer: iPhone Mail (10B144) Date: Sun, 17 Feb 2013 08:40:48 -0700 To: Stas Malyshev Subject: Re: [PHP-DEV] Status of pull request From: jason.gerfen@gmail.com ("jason.gerfen@gmail.com") Thanks, for whatever reason it caught the pbkdf2 stuff, not intensional. I will update it asap Jas On Feb 17, 2013, at 3:12 AM, Stas Malyshev wrote: > Hi! > >> The pull request addresses bug fix/feature request #38917 implementing >> native signed public key & challenge support to the OpenSSL extension. >> Details can be found @ https://github.com/php/php-src/pull/267 > > I've looked into it and two things are missing: > 1. Failure scenario tests. See my comments on the patch, in many > functions initializations are missing and error scenarios segfault. > Please fix it. > > 2. For some reason the diff includes pbkdf2 which is not part of the > patch. No idea why. Could you clean it up? > > If this is done, we could get it into 5.5 probably. > > Thanks, > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227