Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78252 invoked from network); 29 Jan 2016 00:33:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2016 00:33:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.54 mail-oi0-f54.google.com Received: from [209.85.218.54] ([209.85.218.54:33781] helo=mail-oi0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/13-53831-363BAA65 for ; Thu, 28 Jan 2016 19:33:39 -0500 Received: by mail-oi0-f54.google.com with SMTP id r14so37932519oie.0 for ; Thu, 28 Jan 2016 16:33:39 -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=6soG8etVhd7F/jMKaCmY9npphua+oVKmCMAQNsHH0vk=; b=vCAvz/WCEsDPS67EWWapaqt5AkTS7/TQDvyNE+d3/2gPV9XZ7dBhAdbfY+mwuwB2IR 3yt1ZSbXtJ90xH3xQavRDaR0L6lLkxjStH7szU1/0QQFSzgHMwFfuIdTR1x3ZrDE5HaT KoM7RiIOA57ZdgHANqObUepx3FhdP36lj49FpmBvfieMJ1HnmtQdrvzWjM1LKGRipZmx r0ht+xmP56SUNyHeKBCJEYQY4X3o49uM2zkGO1ZNo+rg33VumGithTyH7v+ubzPGyEPo whIRUrHP8b/oK2zV0ZOP0szzD2GJheW7Ef9DNBSfrUL8P0tOKOVQnFEB3BP4T9AR/IaI tJUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6soG8etVhd7F/jMKaCmY9npphua+oVKmCMAQNsHH0vk=; b=KptSqECHXOXSXZ1/kW25sbgsg+0XqlkvvElzOr6IcX5fGz6JoObGPkSLW2qI/n+Ys3 JuZuRwafYKsu4zfQxarL7dXHrlv9r7rrf7iHpXGa9/jPvGaEmNOsm1ggjjJEpDGzYDJO 8vH8MQT9ZPvD71oCyB7MiFVKcKRZP1di+OXW2XiwuTVZrDnDQfjVUZTB92FISIdfsFgt nUch+eYDGBXfRZqQ0Qvtk/GZhPIT+iBAxtnSfnhMm9zcIUDAkS9b4ZuJTnCsBluPv73z C4pjBf45TYEhl1++v28z6XZou3M+cRUn095Ft10NDkefCkGhHaNy/Y/oBqEnM7qn0/3i DsVA== X-Gm-Message-State: AG10YOQpVX8Bkfq7OpI+Rdmmqwo6GU6glmGihewNhbqjT2/vM+weniSpjY+EWEOWMSr+faJiO0GUeLZyZOOsZQ== MIME-Version: 1.0 X-Received: by 10.202.83.131 with SMTP id h125mr2992759oib.115.1454027616369; Thu, 28 Jan 2016 16:33:36 -0800 (PST) Received: by 10.202.95.68 with HTTP; Thu, 28 Jan 2016 16:33:35 -0800 (PST) Received: by 10.202.95.68 with HTTP; Thu, 28 Jan 2016 16:33:35 -0800 (PST) In-Reply-To: References: Date: Fri, 29 Jan 2016 07:33:35 +0700 Message-ID: To: Jakub Zelenka Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113df38e914431052a6e2f47 Subject: Re: [PHP-DEV] Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: pierre.php@gmail.com (Pierre Joye) --001a113df38e914431052a6e2f47 Content-Type: text/plain; charset=UTF-8 On Jan 28, 2016 8: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? I am all for it. Thanks for your work! Pierre --001a113df38e914431052a6e2f47--