From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 E560781B48 for ; Tue, 17 Jan 2017 00:25:55 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2017 00:25:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,243,1477983600"; d="scan'208";a="1095087590" Received: from jbao-mobl.amr.corp.intel.com (HELO localhost) ([10.252.142.129]) by fmsmga001.fm.intel.com with ESMTP; 17 Jan 2017 00:25:55 -0800 MIME-Version: 1.0 To: Gary Lin , edk2-devel@lists.01.org Message-ID: <148464155549.31945.2690363917914543246@jljusten-ivb> From: Jordan Justen In-Reply-To: <20170117045232.4765-1-glin@suse.com> References: <20170117045232.4765-1-glin@suse.com> User-Agent: alot/0.3.7 Date: Tue, 17 Jan 2017 00:25:55 -0800 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 08:25:56 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 2017-01-16 20:52:29, 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 Ok. I see that OpenSSL will still not be a dependency, unless one of the dependent features is enabled. (And, they are all disabled by default.) Series Reviewed-by: Jordan Justen But, I'll let Laszlo take a look too. Thanks, -Jordan > 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(-) > = > -- = > 2.11.0 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel