Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9EAE19D57 for ; Tue, 29 Mar 2016 10:03:39 +0000 (UTC) Received: (qmail 28959 invoked by uid 500); 29 Mar 2016 10:03:39 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 28881 invoked by uid 500); 29 Mar 2016 10:03:39 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 28871 invoked by uid 99); 29 Mar 2016 10:03:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 10:03:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 17BCFCE4F1 for ; Tue, 29 Mar 2016 10:03:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.297 X-Spam-Level: X-Spam-Status: No, score=-3.297 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.996, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id W9eE6GxyLeQ6 for ; Tue, 29 Mar 2016 10:03:37 +0000 (UTC) Received: from mailserver.kippdata.de (capsella.kippdata.de [195.227.30.149]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 214735FAFE for ; Tue, 29 Mar 2016 10:03:36 +0000 (UTC) Received: from [195.227.30.209] (notebook-rj [195.227.30.209]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id u2TA3TWv003744; Tue, 29 Mar 2016 12:03:29 +0200 (CEST) Subject: Re: Apr-Util compatibility with OpenSSL 1.1.0 To: Bert Huijben , dev@apr.apache.org References: <036601d1899d$d6238d60$826aa820$@qqmail.nl> From: Rainer Jung Message-ID: <56FA52EC.8050301@kippdata.de> Date: Tue, 29 Mar 2016 12:03:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <036601d1899d$d6238d60$826aa820$@qqmail.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Bert, Am 29.03.2016 um 11:31 schrieb Bert Huijben: > Hi, > > I just tried using OpenSSL 1.1.0-pre4 with APR-UTIL and found that the code > is incompatible. The file apr_crypto_openssl.c fails to compile as some > structs have been made opaque. > > I can probably provide a patch later, but perhaps others want to know about > the problem before that. I addressed this in apr trunk and the HEAD of apr-util 1.5.x. There was no apr-util release since then. If you have the necessary auto tool buildchain installed, you can check out apr-util 1.5.x HEAD, run "buildconf" against any standard apr and check, whether the result builds against OpenSSL 1.1.0-pre4 in your environment (and runs "make test" well). I'd be very interested in the feedback! The changes I applied were: - r1728969 - r1728971 - r1730342 For APR trunk the changes were: - r1728958 - r1728963 - r1730344 Regards, Rainer