Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90996 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37924 invoked from network); 28 Jan 2016 14:59:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2016 14:59:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:58024] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/D5-19998-1EC2AA65 for ; Thu, 28 Jan 2016 09:59:45 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 43977784A23; Thu, 28 Jan 2016 15:59:42 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from w530phpdev (pD9FE8E05.dip0.t-ipconnect.de [217.254.142.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 0A188784A21; Thu, 28 Jan 2016 15:59:41 +0100 (CET) To: "'Jakub Zelenka'" , "'PHP internals list'" References: In-Reply-To: Date: Thu, 28 Jan 2016 15:59:31 +0100 Message-ID: <03ed01d159dc$83e69920$8bb3cb60$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJMVb+qCbfReOTOrvArU73jObbvr54bDO3w Content-Language: en-us Subject: RE: [PHP-DEV] Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: anatol.php@belski.net ("Anatol Belski") Hi Jakub, > -----Original Message----- > From: jakub.php@gmail.com [mailto:jakub.php@gmail.com] On Behalf Of = Jakub > Zelenka > Sent: Thursday, January 28, 2016 2:39 PM > To: PHP internals list > Subject: [PHP-DEV] Bumping minimal OpenSSL version to 1.0.1 in master = for PHP > 7.1 >=20 > Hi, >=20 > 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. >=20 > 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). >=20 > Are there any objections? >=20 Yeah, we was discussing that. Probably now is the correct timeframe to = handle it. IMHO that would be a sufficient move. Regards Anatol