Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28582 invoked from network); 14 Jul 2016 19:55:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2016 19:55:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.182 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.161.182 mail-yw0-f182.google.com Received: from [209.85.161.182] ([209.85.161.182:33438] helo=mail-yw0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/35-20986-C1EE7875 for ; Thu, 14 Jul 2016 15:55:08 -0400 Received: by mail-yw0-f182.google.com with SMTP id v186so21252321ywd.0 for ; Thu, 14 Jul 2016 12:55:08 -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:from:date:message-id :subject:to; bh=nvINjbsCjw2/XO3kIOZnxI5c/NnKFFOEADpitmzC19U=; b=VIEKv9Ndh/ML2NVuU0b8r+KCnCPZZOk63ffH69jbDCM1bgvdfqi/DOABcBRRlY+GRh 7zgRwtR+UFrGwSxvGv7kkbQ7CilQ1ibXaooMOKHZAQpbD8IfWyOdcMjjF9SmHoBT0pXn yfZu0qKJe4ZsI8h6t6Ld8V0clVuzzcWLybJDX0cF+O0IVxeUghofu94clxGvdWTo+6Ry JOlyAj2MVFmZ60xgJ54Kezs8BZn7ER9YfMuPQXQkI1Ww4TDHQXqwVMURE7pbg/dJzHOp new5eUtVFezuPP73GkxPEBuLhoVLp/q1rf0GiN4G+ppXb3odlTuD4UOzj0ciR7AzLDwr NWGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=nvINjbsCjw2/XO3kIOZnxI5c/NnKFFOEADpitmzC19U=; b=jhBJpxISo5f1DST0V66LAcdxvAssWnZoT2y+LkDFpV3WWHdgKs3wxB6IMdteC+xTe6 1Mxmul4Hd7mNyCDV+nLr/D5ph62/so6ul4CVimOW7qaP/EcVxT4pndI1Nipmfw6vriT7 HlPBVviaMT1EOAFrZ5DosfIgf8sd4cdWOieSnGR60kyIOzF7gTKm9KtUbyjynbdmBuc5 w3MREqupTr+j2PcWPeGzwYKqplUNw8ws28ngWLqrhMIR+/gpMMftqXbvF5PMg3fM68Qu w73O3hXm7ZCEap9/N0tI/+FQSDyyz17EOg/Y4D+sViBjeC7Oqy1r0wS64ojOgwgvNKgd wYyw== X-Gm-Message-State: ALyK8tIhxDSCW9M5UJMgjtYZmxJkj6tI9LmEIMdsJUh/AaN13EOkTVa9IuDLTo3woSSBmP/GqRAYTw7RaTinhA== X-Received: by 10.13.229.131 with SMTP id o125mr11579509ywe.36.1468526105876; Thu, 14 Jul 2016 12:55:05 -0700 (PDT) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.52.143 with HTTP; Thu, 14 Jul 2016 12:55:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jul 2016 20:55:05 +0100 X-Google-Sender-Auth: UXWnfc73I4jAhtR1PASk0wbs35I Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=94eb2c08130ae25c1605379de074 Subject: Re: Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: bukka@php.net (Jakub Zelenka) --94eb2c08130ae25c1605379de074 Content-Type: text/plain; charset=UTF-8 On Thu, Jan 28, 2016 at 1:39 PM, Jakub Zelenka wrote: > Hi, > > I would like to bump a minimal OpenSSL version to 1.0.1 in our master. It > means dropping support for OpenSSL 0.9.8 and 1.0.0 in master. Both of these > versions are EOL as of 2015/12/31 and users should not use them. It will > help with maintainability (simplify code and testing) and porting to > OpenSSL 1.1.0. > > This would be just for master which means next minor version (7.1). We > already quickly discussed this in > https://www.mail-archive.com/internals@lists.php.net/msg80502.html some > time ago and I think that now is the right time to do that (before looking > to OpenSSL 1.1 compatibility). > > Are there any objections? > > Bob has made a point about Mac OS X where the system lib is still 0.9.8. Although the lib and headers seems to be removed in OS X 10.11, there are still users of 10.10-. The system OpenSSL lib is deprecated [1] and it's a bit unclear if it's still getting security fixes (haven't found any official Apple info about that but I might have missed it) but I guess it still might be patched by Apple. Also it might become a bit tricky for some users on Mac to compile PHP after we bump a minimal OpenSSL version. For that reason I'm thinking about postponing this. I would also love to hear your thoughts and possibly if someone is able to dig up the OS X OpenSSL support info, that would be great too! Cheers Jakub --94eb2c08130ae25c1605379de074--