From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=jiaxin.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 9A82A223DB787 for ; Sat, 10 Feb 2018 19:09:32 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 19:15:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,493,1511856000"; d="scan'208";a="203071637" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.239.196.51]) by fmsmga005.fm.intel.com with ESMTP; 10 Feb 2018 19:15:18 -0800 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Laszlo Ersek , Kinney Michael D , Zimmer Vincent , Yao Jiewen , Ye Ting , Fu Siyuan , Wu Jiaxin Date: Sun, 11 Feb 2018 11:15:14 +0800 Message-Id: <1518318916-12816-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [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:09:33 -0000 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