From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9C38B82124 for ; Sat, 25 Feb 2017 06:08:07 -0800 (PST) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EBD32C05AA5B; Sat, 25 Feb 2017 14:08:07 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-20.phx2.redhat.com [10.3.116.20]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1PE83C5010599; Sat, 25 Feb 2017 09:08:04 -0500 To: edk2-devel-01 References: <20170224110132.19374-1-lersek@redhat.com> Cc: Ruiyu Ni , Ard Biesheuvel , Ting Ye , Jordan Justen , Jiaxin Wu , Gary Lin , Qin Long , Tomas Hoger From: Laszlo Ersek Message-ID: <84d3aaa7-1645-c3ee-dfe3-a57c341486b7@redhat.com> Date: Sat, 25 Feb 2017 15:08:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170224110132.19374-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Sat, 25 Feb 2017 14:08:08 +0000 (UTC) Subject: Re: [PATCH v2 0/5] ArmVirt- Nt32- Ovmf- CryptoPkg: conditionalize libssl presence in OpensslLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2017 14:08:07 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit I committed most of this series as follows: On 02/24/17 12:01, Laszlo Ersek wrote: > Version 2 of the series at > . > > In version 2, the new library instance is called OpensslLibCrypto, not > OpensslLibNoSsl. The changes are noted in detail on each patch. > > Public repo and branch: > https://github.com/lersek/edk2.git conditionalize-ssl-v2 > > Cc: Ard Biesheuvel > Cc: Gary Lin > Cc: Jiaxin Wu > Cc: Jordan Justen > Cc: Qin Long > Cc: Ruiyu Ni > Cc: Ting Ye > Cc: Tomas Hoger > > Thanks, > Laszlo > > Laszlo Ersek (5): > CryptoPkg/OpensslLib: refresh OpensslLib.inf, opensslconf.h after > 32387e00 Committed with Qin Long's review, commit hash 4e719ab5d1de. > CryptoPkg/OpensslLib: introduce OpensslLibCrypto instance Committed with Qin Long's review, commit hash 823005621ef4. > ArmVirtPkg: resolve OpensslLib to OpensslLibCrypto Committed with Ard's review, commit hash 622627f80f25. > Nt32Pkg: exclude libssl functionality from OpensslLib if > TLS_ENABLE=FALSE Not committed. Delaying this until Jiaxin & Ray approve it. > OvmfPkg: exclude libssl functionality from OpensslLib if > TLS_ENABLE=FALSE Committed with Gary's review, commit hash df453e1b7c7c. Thanks, Laszlo > > ArmVirtPkg/ArmVirt.dsc.inc | 2 +- > Nt32Pkg/Nt32Pkg.dsc | 4 ++ > OvmfPkg/OvmfPkgIa32.dsc | 4 ++ > OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++ > OvmfPkg/OvmfPkgX64.dsc | 4 ++ > CryptoPkg/Library/OpensslLib/OpensslLib.inf | 1 + > CryptoPkg/Library/OpensslLib/{OpensslLib.inf => OpensslLibCrypto.inf} | 55 ++------------------ > CryptoPkg/Library/OpensslLib/opensslconf.h | 6 --- > CryptoPkg/Library/OpensslLib/{OpensslLib.uni => OpensslLibCrypto.uni} | 8 +-- > CryptoPkg/Library/OpensslLib/process_files.sh | 27 +++++++--- > 10 files changed, 46 insertions(+), 69 deletions(-) > copy CryptoPkg/Library/OpensslLib/{OpensslLib.inf => OpensslLibCrypto.inf} (90%) > copy CryptoPkg/Library/OpensslLib/{OpensslLib.uni => OpensslLibCrypto.uni} (67%) >