Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31429 invoked from network); 20 Mar 2016 21:51:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2016 21:51:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.162 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.162 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.162] ([81.169.146.162:23309] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/2A-48999-17B1FE65 for ; Sun, 20 Mar 2016 16:51:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1458510701; l=1490; s=domk; d=kelunik.com; h=Content-Type:Cc:To:From:Subject:Date:References:In-Reply-To: MIME-Version; bh=BBxQbhKlgE/UJ8tejgofgwzvqFRvYIkaLvvzN25q8uY=; b=DB3lPwaiutRrjtxvgjLpCemMpIZRGWkkB7fg/Lyyb0jyGiMrX/L7dmYR4MIgUYxVHV+ KlKVTALfySKEnwJ2JWTTFTC5ZlVB6xyLoll1xnU58kWW8H/dguUG7MTywwq0tO67f4NEn 1xIF7v+5HLGG5TCKYijR6GyfeAmAMl1iPjo= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtO3s6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f48.google.com ([74.125.82.48]) by smtp.strato.de (RZmta 37.21 AUTH) with ESMTPSA id h01c8cs2KLpfIML (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Sun, 20 Mar 2016 22:51:41 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p65so101403770wmp.0 for ; Sun, 20 Mar 2016 14:51:41 -0700 (PDT) X-Gm-Message-State: AD7BkJJd4GX4gIEEDAs7ejSkm1nF8jrF+ldtO89n+lysYZoGgU2aHwd7gF1/zZ/HP/0/yJEATqZiUEskxyF46g== MIME-Version: 1.0 X-Received: by 10.194.191.199 with SMTP id ha7mr27101228wjc.128.1458510701424; Sun, 20 Mar 2016 14:51:41 -0700 (PDT) Received: by 10.28.177.11 with HTTP; Sun, 20 Mar 2016 14:51:41 -0700 (PDT) In-Reply-To: <6796160E-FAA7-42A3-953A-2D000F8BA294@heroku.com> References: <6796160E-FAA7-42A3-953A-2D000F8BA294@heroku.com> Date: Sun, 20 Mar 2016 22:51:41 +0100 X-Gmail-Original-Message-ID: Message-ID: To: David Zuelke Cc: Jakub Zelenka , PHP internals list Content-Type: multipart/alternative; boundary=047d7b874660427b08052e81fc18 Subject: Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1 From: me@kelunik.com (Niklas Keller) --047d7b874660427b08052e81fc18 Content-Type: text/plain; charset=UTF-8 > > > I have got a port of the extension to work on OpenSSL 1.1. There has been > > quite a bit of changes mainly due to the fact that most structures are > now > > opaque (but also some other changes) > > I assume 1.0.whatever-is-in-ubuntu will remain usable? Or do we plan on > requiring 1.1 in, say, 7.1? > IIRC it's the plan to discontinue support for 0.9.8 and 1.0.1 with 7.1, but not 1.0.2. OpenSSL 1.1 is not even released yet, just the first beta a few days ago. --047d7b874660427b08052e81fc18--