summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpsSupport.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/HttpDxe: Fix various typosAntoine Coeur2020-02-101-1/+1
* NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)Wu, Jiaxin2019-11-021-4/+17
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-6/+6
* NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek2018-03-281-0/+65
* NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek2018-03-281-2/+0
* NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek2018-03-281-5/+4
* NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu2018-03-221-3/+14
* NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu2018-02-141-1/+91
* NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu2018-01-101-2/+2
* NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu2017-08-021-7/+7
* NetworkPkg: Convert files to CRLF line endingHao Wu2017-04-061-1719/+1720
* NetworkPkg: Remove superfluous return statement.Thomas Huth2017-01-231-4/+0
* MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu2017-01-061-8/+8
* NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu2016-12-261-22/+52
* NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu2016-12-221-0/+1693