Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34528 invoked from network); 28 Jan 2016 14:45:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2016 14:45:19 -0000 Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.49 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.218.49 mail-oi0-f49.google.com Received: from [209.85.218.49] ([209.85.218.49:35341] helo=mail-oi0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/25-19998-C792AA65 for ; Thu, 28 Jan 2016 09:45:16 -0500 Received: by mail-oi0-f49.google.com with SMTP id p187so27706515oia.2 for ; Thu, 28 Jan 2016 06:45:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=gutYQYLutNQK852HD3rLUsfHr0LCfB4JIax1YiCL+yQ=; b=jGnqjFMwWk6yhegoMIOXml5tF3zu600FYachSqydZokOvLv5K1O4P4M09FVEOEw4w5 2ejdh9HqrpHBrCkuZK4UobjIgtqsiqeqTB0W5w/KAeGlHuZFAtZON4mXTnhBTTzFyjQE 2JmYAQ0+BnQSru511GkSTJiCZwKX2lZ+1yUZG2trCjZM4fgHwYuydvMEal6OePPD5YP6 Erb9fBj8afpqC8/A0QViGK1RtCUAvaxTU2eZ3lVi1jSZ/evFQcmZER7KsU4vl3l5U5dm wU4pICmCb5b9g1EEt09STpYCVWrgGX/LFwAPLVsfAtmHPaZ9BnNpUpL+N7XNNj9qwDZj dBsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=gutYQYLutNQK852HD3rLUsfHr0LCfB4JIax1YiCL+yQ=; b=dbs02RR6BCahRyOmj8cbHVu0eHbwQfTIHhR6zQzd142Cwdpkt47sA8c26v2fnkiJbf b4rtVfnVX5V/HPRUZnj6ew8NA+1PMl0HgoiW6jd7LNQMWR7vbx8wbbMhHKt5T6BPRDCx 9iYxOfaMR131MsZNHPmMR+ICDsB9xbBLMCrfUQ93BOyun+/gJuBlWsFL2cDQ9lrsOP1k BuzU8IphtQVR8cHqNlLAdfwu+THIJuFpJQhOOM/Qo4+8dgObkPyTcSVoqaHlNQWha/C2 Xtfyo6Jyy56clVx/2G1N07v1f7NLTV79Z4+T+bhZAlfvGBV9yU0Twj3PM5S0ED/4Hcbw Cb5Q== X-Gm-Message-State: AG10YOS3Z+6+RRJiDu9MXDTsfp0VheVuizmEEt1slEAf8Pybc+Kqx8EEmbwSGijkb54XSQVuN/NHTpkA6i7xOw== X-Received: by 10.202.240.214 with SMTP id o205mr2462218oih.40.1453992313658; Thu, 28 Jan 2016 06:45:13 -0800 (PST) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.157.9.38 with HTTP; Thu, 28 Jan 2016 06:44:44 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Jan 2016 09:44:44 -0500 X-Google-Sender-Auth: _FD4t4qESjrFIvGotIqKDyIw3FE Message-ID: To: Jakub Zelenka Cc: PHP internals list Content-Type: multipart/alternative; boundary=94eb2c0ce6665ca454052a65f730 Subject: Re: [PHP-DEV] Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: bishop@php.net (Bishop Bettini) --94eb2c0ce6665ca454052a65f730 Content-Type: text/plain; charset=UTF-8 On Thu, Jan 28, 2016 at 8:39 AM, Jakub Zelenka wrote: > 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? No objection to the requirement. Perhaps we should "recommend" 1.0.1r+ and 1.0.2f+, because of security vulnerabilities in earlier versions: https://mta.openssl.org/pipermail/openssl-announce/2016-January/000058.html --94eb2c0ce6665ca454052a65f730--