Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3930 invoked from network); 3 Feb 2014 19:27:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 19:27:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.181 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.181 mail-ig0-f181.google.com Received: from [209.85.213.181] ([209.85.213.181:63070] helo=mail-ig0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/EB-35654-88DEFE25 for ; Mon, 03 Feb 2014 14:27:04 -0500 Received: by mail-ig0-f181.google.com with SMTP id j1so4836023iga.2 for ; Mon, 03 Feb 2014 11:27:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fz9Iz6noh/YDBdGMTz/leI6S09QaGtgDRDmPKHwIFcg=; b=u6IMbTTo9VzomCGrTdYKA7/f2H3L+FVgpMQJn84IDpIOJN4x0YXRQpUMVvw8X7rWem oNL0j6eTYgqEB3Pcm5qOrSJE6zExx8HaamJtcKQdwm80boxtm+UIm8c95uCUUZn2a2vQ dB+p/kjzvaOb0QXdB8tQavdmTKprAxx558vvJqMMsw7LotydHl8mbpgn/S5urzCHo7y9 11xVYfCd0dtOXBtrXXB6sYJeR258idEg3RDQ4ACPo6w5ZOzlYt+N/6MX7sysiY7sGRFt 54COqYCTv4vpFsc6ZmNI1DXmKiZZA+NvGDnZ+kP5vKXC6avs6dyFlGDsvcOmG6z49ZPF ILFQ== MIME-Version: 1.0 X-Received: by 10.42.61.4 with SMTP id s4mr2427023ich.58.1391455621265; Mon, 03 Feb 2014 11:27:01 -0800 (PST) Received: by 10.50.29.140 with HTTP; Mon, 3 Feb 2014 11:27:01 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 14:27:01 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf302236d106bf4704f1858262 Subject: Re: Windows Peer Verification From: rdlowrey@gmail.com (Daniel Lowrey) --20cf302236d106bf4704f1858262 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 3, 2014 at 7:49 PM, Pierre Joye wrote: > I have added the curl ca cert file option As of the recently merged RFC there now exist both openssl.cafile and openssl.capath (for hashed certificate directories). I was unaware of the curl php.ini option and perhaps you were unaware of the new openssl ini options? Either way, it might make sense to have a single universal option instead. There is still time to change/implement something like this for 5.6. Thoughts? --20cf302236d106bf4704f1858262--