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 C56ED81BA1 for ; Tue, 17 Jan 2017 01:49:55 -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 AB227C05678F; Tue, 17 Jan 2017 09:49:56 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-70.phx2.redhat.com [10.3.116.70]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0H9nto5013436; Tue, 17 Jan 2017 04:49:56 -0500 To: Gary Lin , edk2-devel@ml01.01.org References: <20170117045232.4765-1-glin@suse.com> From: Laszlo Ersek Message-ID: <6efb33a7-6f39-9731-3f9a-6f350407bb85@redhat.com> Date: Tue, 17 Jan 2017 10:49:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170117045232.4765-1-glin@suse.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]); Tue, 17 Jan 2017 09:49:56 +0000 (UTC) Subject: Re: [PATCH 0/3] Enable HTTPS Boot in OVMF 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: Tue, 17 Jan 2017 09:49:55 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/17/17 05:52, Gary Lin wrote: > This series adjusts the build files of OVMF in order to support HTTPS. > It introdues a new build option, TLS_ENABLE, and makes OpenSSL a hard > requirement to enable IPv6 support. > > Gary Lin (3): > OvmfPkg: always resolve OpenSslLib, IntrinsicLib and BaseCryptLib > OvmfPkg: correct the set of modules included for the IPv6 stack > OvmfPkg: pull in TLS modules with -D TLS_ENABLE (also enabling HTTPS) > > OvmfPkg/OvmfPkgIa32.dsc | 29 ++++++++++++++++------------- > OvmfPkg/OvmfPkgIa32.fdf | 8 ++++---- > OvmfPkg/OvmfPkgIa32X64.dsc | 29 ++++++++++++++++------------- > OvmfPkg/OvmfPkgIa32X64.fdf | 8 ++++---- > OvmfPkg/OvmfPkgX64.dsc | 29 ++++++++++++++++------------- > OvmfPkg/OvmfPkgX64.fdf | 8 ++++---- > 6 files changed, 60 insertions(+), 51 deletions(-) > I modified the subject line for patch #2, and pushed the series: 2b631390f9f5..315d9d08fd77. Thanks! Laszlo