summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpsSupport.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10NetworkPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-8/+8
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-326/+358
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+3
2021-11-03NetworkPkg/HttpDxe: Enable wildcard host name matching for HTTP+TLS.Vineel Kovvuri1-1/+1
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur1-1/+1
2019-11-02NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)Wu, Jiaxin1-4/+17
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-6/+6
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek1-0/+65
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek1-2/+0
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek1-5/+4
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu1-3/+14
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu1-1/+91
2018-01-10NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu1-2/+2
2017-08-02NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu1-7/+7
2017-04-06NetworkPkg: Convert files to CRLF line endingHao Wu1-1719/+1720
2017-01-23NetworkPkg: Remove superfluous return statement.Thomas Huth1-4/+0
2017-01-06MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu1-8/+8
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu1-22/+52
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu1-0/+1693