]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.
authorJiaxin Wu <jiaxin.wu@intel.com>
Fri, 9 Feb 2018 03:52:06 +0000 (11:52 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Tue, 13 Feb 2018 23:31:49 +0000 (07:31 +0800)
commit7ff68b5edc9fda1bd64a70c0e21949d566553484
tree2cd8c8a2ea42a8ed90818e85581443da66aaa80c
parente34914db193f058e7d3782f0d971d8c81108d059
NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.

v2:
* Refine the error handling returned from GetVariable.

This patch is to read the HttpTlsCipherList variable and configure it for the
later HTTPS session.

If the variable is not set by any platform, EFI_NOT_FOUND will be returned
from GetVariable service. In such a case, the default CipherList created in
TlsDxe driver will be used.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Kinney Michael D <michael.d.kinney@intel.com>
Cc: Zimmer Vincent <vincent.zimmer@intel.com>
Cc: Yao Jiewen <jiewen.yao@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
NetworkPkg/HttpDxe/HttpDriver.h
NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg/HttpDxe/HttpsSupport.c