Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12606 invoked from network); 11 Oct 2016 17:02:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2016 17:02:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.161.175 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.161.175 mail-yw0-f175.google.com Received: from [209.85.161.175] ([209.85.161.175:34188] helo=mail-yw0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/00-12387-30B1DF75 for ; Tue, 11 Oct 2016 13:02:00 -0400 Received: by mail-yw0-f175.google.com with SMTP id w3so17118480ywg.1 for ; Tue, 11 Oct 2016 10:01:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=IO6uogI/NLgEQXY2HNFaA9PFVn3KvyXID2hRKtWctno=; b=xTXUXCdBEl1sIOBKRkCc/oyf8EDrDHuNu8UOT0Fl1FBtWvvtJbu5xR+LTzfyxMZ8Sj UEZO6o7zCIEjF/syHGWZOrMvJWzHRmWNdYBxyvnBSIiO0t536uQfy5wCZGkCUzv0iHDJ bSrJTVX3qphaP76hKB20LXF+AbhclLiWHKjpXxuRA9jwUF9ybGAG4qXbI6pAT9tuGiuD ifMvBYcQ86vSs83XPq34oW6FHGfoSv0Kos10rpig1dXjBxNA4fgNuAN9fymqo//N+Ot/ r/CVmsc6UQ/xcl1HMhtuOggip2Ecu3YQZr3jNIHTYtwjeDsZcA224hsRWtpjZSS/rM5E by0Q== 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:cc; bh=IO6uogI/NLgEQXY2HNFaA9PFVn3KvyXID2hRKtWctno=; b=FNhbYMVBlRxXIKPCow83c/u5WPaN7nl+USXIfAzXzK3xTCTHgBfuz4VA7f6oy5gLx1 exk+K1QUv4OzTe2zPn0/Cf5gZrTQ2A4tAYLFORmHkplye0hUwjYHX4fl9JEia7MKdJwj ZIip8qtVZ0Z7zu7nh1EEvtzt7XqcwVqj/aj4LNM2qIJXGOvJiXyDS8anNl6fU+29OvCj yGX9GtTI88mTfkbmObEAVvf3Fo3odNKuHyf/xN8V7hsVZK769vRiOI37vBSv7e5h9Lts XKAnat17jvXVpTGDNDRMmEy2rwZcpx0TdWpWJ3Ky+SLxE0PlJCJXJnab0zA90VufoX9k cOoQ== X-Gm-Message-State: AA6/9RlMUYHXi2IzQJAF9ydc2gmHeEyyknME1y19SqPCWPup4NmxpAaT0qESAQdQOa8sjD3rmFswNTDNpNpW1qyQ X-Received: by 10.129.91.135 with SMTP id p129mr3973335ywb.25.1476205313136; Tue, 11 Oct 2016 10:01:53 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.129.179.8 with HTTP; Tue, 11 Oct 2016 10:01:52 -0700 (PDT) In-Reply-To: <7eb97794-4215-3705-56b6-72f048a20bf0@fedoraproject.org> References: <209491f3-f092-385b-71cd-c8486271e9b1@fedoraproject.org> <7eb97794-4215-3705-56b6-72f048a20bf0@fedoraproject.org> Date: Tue, 11 Oct 2016 10:01:52 -0700 X-Google-Sender-Auth: 8F-jAGCTE2JxTZ5brz0oGry0Mjg Message-ID: To: Remi Collet Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114c929c4e725b053e99d5a5 Subject: Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1 From: davey@php.net (Davey Shafik) --001a114c929c4e725b053e99d5a5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Remi, I'm glad this was followed up on, it is likely the source of a reported issue! 7.1 no longer supports LibreSSL due to the usage of some new openssl changes, you can find the errors http://awel.domblogger. net/7/php7/ssl_error.txt and a patch by the reporter here: http://awel.domblogger.net/7/php7/php-7.1.0RC3-libressl.patch.txt Can you review the patch and apply it for RC4? It should just use the older library (compatible) behavior. Thanks, - Davey On Tue, Oct 11, 2016 at 4:57 AM, Remi Collet wrote= : > Le 11/10/2016 =C3=A0 12:56, Remi Collet a =C3=A9crit : > > Le 20/03/2016 =C3=A0 20:50, Jakub Zelenka a =C3=A9crit : > >> Hi, > >> > >> I just wanted to send a quick update about my recent work on openssl > ext in > > > > Can you please update the state of openssl 1.1.0 compatibility ? > > > > I see most work done in master ? > > Not in 7.0 or 7.1 ? > > In fact, 7.1 is OK, so I will update Fedora repo to 7.1.0RC4 very soon. > > > Remi. > > > --001a114c929c4e725b053e99d5a5--