Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97048 invoked from network); 3 Feb 2014 18:49:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 18:49:38 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:48897] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/8A-35654-0C4EFE25 for ; Mon, 03 Feb 2014 13:49:37 -0500 Received: by mail-qc0-f170.google.com with SMTP id e9so12115359qcy.29 for ; Mon, 03 Feb 2014 10:49:34 -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 :cc:content-type; bh=2dfBIXRaCxPoz40DRsKdikzhwBKya7Sk/ZZ8stwiTlk=; b=HTpqBDTrsFTXngp5fAmfkKd0DHoKtXUmCfERi3QJYQGeZ99/IG+ABwl3KiMygmh1EG 2thiso6h0/1o+ELSH0abaRgRX6yawFM/qJhaDWBtU2WxbksNbtIIn+sewLAhrCofWbpx yKEPu32UQmWzRDDVpPbCC18rtlZlButLJ/IGIqc+wmNO9t/eqpJR++kzhvv9UG09dpsk 7+oO8uYI7e8hMGP4yIHUBqNPEBV3klJ20y3UNMVR+3C4vbIpeR9GBo5XMLy7PhhTIf0N DILj65Skx6oxVh9vDwf4MayPG0dw2iTSRN3GRS3FSZt29oUxTPqc7hJWzS1jklW+WCp4 3cAg== MIME-Version: 1.0 X-Received: by 10.229.105.9 with SMTP id r9mr58587795qco.12.1391453373938; Mon, 03 Feb 2014 10:49:33 -0800 (PST) Received: by 10.140.18.129 with HTTP; Mon, 3 Feb 2014 10:49:33 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 19:49:33 +0100 Message-ID: To: Daniel Lowrey Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Windows Peer Verification From: pierre.php@gmail.com (Pierre Joye) On Mon, Feb 3, 2014 at 7:46 PM, Daniel Lowrey wrote: > The only real question here is this: > > ***** Should we ship a CA file? ***** > > Personally, I say no. If people are going to programmatically use encrypted > stream transfers they need to at the very least understand the basics of the > CA system. We shouldn't subsidize insecurity, and it's trivially easy to > procure a CA file. We should for the windows binaries and use a script to update it. This script should be part of the src distros. I have added the curl ca cert file option because many users requested it. It is very handy to have the ability to get a uptodate certs file, especially when the OS one is outdated and cannot be updated (yes, it happens :). Cheers, -- Pierre @pierrejoye | http://www.libgd.org