public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList.
@ 2018-02-11  3:15 Jiaxin Wu
  2018-02-11  3:15 ` [PATCH v2 1/2] NetworkPkg: Define one private variable for HTTPS to set Tls CipherList Jiaxin Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jiaxin Wu @ 2018-02-11  3:15 UTC (permalink / raw)
  To: edk2-devel
  Cc: Laszlo Ersek, Kinney Michael D, Zimmer Vincent, Yao Jiewen,
	Ye Ting, Fu Siyuan, Wu Jiaxin

V2:
* Rename the file/variable name.
* Refine the error handling returned from GetVariable.

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>

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-02-15 12:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11  3:15 [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList Jiaxin Wu
2018-02-11  3:15 ` [PATCH v2 1/2] NetworkPkg: Define one private variable for HTTPS to set Tls CipherList Jiaxin Wu
2018-02-11  3:15 ` [PATCH v2 2/2] NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session Jiaxin Wu
2018-02-12  3:05   ` Ye, Ting
2018-02-12  3:08     ` Wu, Jiaxin
2018-02-11  3:21 ` [PATCH v2 0/2] NetworkPkg: Support the platform to configure HTTPS CipherList Wu, Jiaxin
2018-02-12 19:56   ` Laszlo Ersek
2018-02-13  2:01     ` Wu, Jiaxin
2018-02-15 12:05       ` Laszlo Ersek
2018-02-11  3:30 ` Fu, Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox