From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 412BF819DC for ; Tue, 17 Jan 2017 00:13:05 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 17 Jan 2017 00:13:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,243,1477983600"; d="scan'208";a="923386649" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 17 Jan 2017 00:13:05 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Jan 2017 00:13:05 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Jan 2017 00:13:05 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Tue, 17 Jan 2017 16:13:03 +0800 From: "Long, Qin" To: Gary Lin , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/3] Enable HTTPS Boot in OVMF Thread-Index: AQHScH2VKBH3lD7bY0+1HZGP8tq6XqE8Ubjw Date: Tue, 17 Jan 2017 08:13:02 +0000 Message-ID: References: <20170117045232.4765-1-glin@suse.com> In-Reply-To: <20170117045232.4765-1-glin@suse.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 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:13:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series reviewed by: Long Qin Best Regards & Thanks, LONG, Qin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Gary Lin > Sent: Tuesday, January 17, 2017 12:52 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/3] Enable HTTPS Boot in OVMF >=20 > 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. >=20 > 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) >=20 > 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(-) >=20 > -- > 2.11.0 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel