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 81F7721F0DA48 for ; Sat, 10 Feb 2018 19:16:36 -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; 10 Feb 2018 19:22:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,493,1511856000"; d="scan'208";a="16786336" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 10 Feb 2018 19:22:23 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 19:22:23 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 19:22:23 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Sun, 11 Feb 2018 11:21:04 +0800 From: "Wu, Jiaxin" To: "edk2-devel@lists.01.org" CC: Laszlo Ersek , "Kinney, Michael D" , "Zimmer, Vincent" , "Yao, Jiewen" , "Ye, Ting" , "Fu, Siyuan" Thread-Topic: [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList. Thread-Index: AQHTouaPw/6NeExtiUCL0FtbJ06t+KOeh+iw Date: Sun, 11 Feb 2018 03:21:04 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B727416381AC6@SHSMSX103.ccr.corp.intel.com> References: <1518318916-12816-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1518318916-12816-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFjYzI5MTktYzk1ZC00YjZlLWJiYTUtYWY3Njc0ZGM2MTI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IklaaEs5V3RLMEdvV0w1QXhRb3lKa1ZKVGlcLzFpeGN6U0pnVEFIVEIwcWc0PSJ9 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 v2 0/2] NetworkPkg: Support the platform to configure HTTPS 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: Sun, 11 Feb 2018 03:16:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Laszlo,=20 Can you help to report one Bugzilla for the new feature request? It's bette= r to describe the reason why we need support in Bugzilla. Thanks, Jiaxin =20 > -----Original Message----- > From: Wu, Jiaxin > Sent: Sunday, February 11, 2018 11:15 AM > To: edk2-devel@lists.01.org > Cc: Laszlo Ersek ; Kinney, Michael D > ; Zimmer, Vincent > ; Yao, Jiewen ; Ye, > Ting ; Fu, Siyuan ; Wu, Jiaxin > > Subject: [PATCH v2 0/2] NetworkPkg: Support the platform to configure > HTTPS CipherList. >=20 > V2: > * Rename the file/variable name. > * Refine the error handling returned from GetVariable. >=20 > 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 >=20 > Jiaxin Wu (2): > NetworkPkg: Define one private variable for HTTPS to set Tls > CipherList. > NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS > session. >=20 > NetworkPkg/HttpDxe/HttpDriver.h | 3 +- > NetworkPkg/HttpDxe/HttpDxe.inf | 3 +- > NetworkPkg/HttpDxe/HttpsSupport.c | 92 > ++++++++++++++++++++++++++++- > NetworkPkg/Include/Guid/HttpTlsCipherList.h | 38 ++++++++++++ > NetworkPkg/NetworkPkg.dec | 3 + > 5 files changed, 136 insertions(+), 3 deletions(-) > create mode 100644 NetworkPkg/Include/Guid/HttpTlsCipherList.h >=20 > -- > 1.9.5.msysgit.1