From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=jiaxin.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 73B7F21F0DA76 for ; Thu, 8 Feb 2018 23:04:37 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 23:10:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="16412788" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 08 Feb 2018 23:10:22 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Feb 2018 23:10:22 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Feb 2018 23:10:22 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 15:10:20 +0800 From: "Wu, Jiaxin" To: "Li, Ruth" , "Fu, Siyuan" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Zimmer, Vincent" , "Ye, Ting" , "Yao, Jiewen" Thread-Topic: [Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList. Thread-Index: AQHToVpwvemFPiu6pkO9Y72nIJ4/ZqObAzKAgAAdggCAAIZVoA== Date: Fri, 9 Feb 2018 07:10:19 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B727416380448@SHSMSX103.ccr.corp.intel.com> References: <1518148778-14300-1-git-send-email-jiaxin.wu@intel.com> <1FB6FCAC936D03478782D057018B01CE53650F2A@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <1FB6FCAC936D03478782D057018B01CE53650F2A@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmI1ZWVkZTktNDJiNy00MzExLWJkMjQtYTViMmM3OGJkMGY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik8xUExJMVFNR0N4MDNFaDhmUlR5TnN6ZWZRN1k5UERlYXYxYjFGVEhPbjg9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] NetworkPkg: Support the platform to configure TLS CipherList. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 07:04:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sure, I will update the wiki once the patch is committed. Thanks Jiaxin > -----Original Message----- > From: Li, Ruth > Sent: Friday, February 9, 2018 3:08 PM > To: Fu, Siyuan ; Wu, Jiaxin ; > edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Zimmer, Vincent > ; Ye, Ting ; Yao, Jiewen > > Subject: RE: [Patch 0/2] NetworkPkg: Support the platform to configure TL= S > CipherList. >=20 > Jiaxin >=20 > With this capability introduced, could you update Wiki page to notify pla= tform > to configure that if needed? > https://github.com/tianocore/tianocore.github.io/wiki/HTTPS-Boot >=20 > Thanks, > Ruth > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fu= , > Siyuan > Sent: Friday, February 9, 2018 1:23 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Zimmer, Vincent > ; Ye, Ting ; Laszlo Ersek > ; Yao, Jiewen > Subject: Re: [edk2] [Patch 0/2] NetworkPkg: Support the platform to > configure TLS CipherList. >=20 > Hi, Jiaxin >=20 > I think we can remove the "TlsCipherList.h" to another name like > "HttpTlsCipherListVariable.h" to highlight that the variable is only use= d for > HTTP configuration. And also the variable name and GUID name. >=20 > Siyuan >=20 > > -----Original Message----- > > From: Wu, Jiaxin > > Sent: Friday, February 9, 2018 12:00 PM > > To: edk2-devel@lists.01.org > > Cc: Laszlo Ersek ; Kinney, Michael D > > ; Zimmer, Vincent > ; > > Yao, Jiewen ; Ye, Ting ; Fu, > > Siyuan ; Wu, Jiaxin > > Subject: [Patch 0/2] NetworkPkg: Support the platform to configure TLS > > CipherList. > > > > Cc: Laszlo Ersek > > Cc: Kinney Michael D > > Cc: Zimmer Vincent > > Cc: Yao Jiewen > > Cc: Ye Ting > > Cc: Fu Siyuan > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Wu Jiaxin > > > > Jiaxin Wu (2): > > NetworkPkg: Define one private variable for TLS CipherList > > configuration. > > NetworkPkg: Read TlsCipherList variable and configure it for HTTPS > > session. > > > > NetworkPkg/HttpDxe/HttpDriver.h | 3 +- > > NetworkPkg/HttpDxe/HttpDxe.inf | 3 +- > > NetworkPkg/HttpDxe/HttpsSupport.c | 92 > > ++++++++++++++++++++++++++++++++- > > NetworkPkg/Include/Guid/TlsCipherList.h | 38 ++++++++++++++ > > NetworkPkg/NetworkPkg.dec | 3 ++ > > 5 files changed, 136 insertions(+), 3 deletions(-) > > create mode 100644 NetworkPkg/Include/Guid/TlsCipherList.h > > > > -- > > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel