From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org 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 92E6F21E48F20 for ; Mon, 12 Feb 2018 11:50:27 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5939B780E7; Mon, 12 Feb 2018 19:56:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-12.phx2.redhat.com [10.3.117.12]) by smtp.corp.redhat.com (Postfix) with ESMTP id AC6945C259; Mon, 12 Feb 2018 19:56:14 +0000 (UTC) To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" Cc: "Zimmer, Vincent" , "Ye, Ting" , "Yao, Jiewen" , "Kinney, Michael D" , "Fu, Siyuan" References: <1518318916-12816-1-git-send-email-jiaxin.wu@intel.com> <895558F6EA4E3B41AC93A00D163B727416381AC6@SHSMSX103.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: Date: Mon, 12 Feb 2018 20:56:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <895558F6EA4E3B41AC93A00D163B727416381AC6@SHSMSX103.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 12 Feb 2018 19:56:16 +0000 (UTC) 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: Mon, 12 Feb 2018 19:50:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Jiaxin, On 02/11/18 04:21, Wu, Jiaxin wrote: > Hi Laszlo, > > Can you help to report one Bugzilla for the new feature request? It's better to describe the reason why we need support in Bugzilla. I've filed . Thank you for the patches! Laszlo > >> -----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. >> >> V2: >> * Rename the file/variable name. >> * Refine the error handling returned from GetVariable. >> >> 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 HTTPS to set Tls >> CipherList. >> NetworkPkg: Read HttpTlsCipherList 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/HttpTlsCipherList.h | 38 ++++++++++++ >> NetworkPkg/NetworkPkg.dec | 3 + >> 5 files changed, 136 insertions(+), 3 deletions(-) >> create mode 100644 NetworkPkg/Include/Guid/HttpTlsCipherList.h >> >> -- >> 1.9.5.msysgit.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >