Newer
Older
AMI-Aptio-BIOS-Reversed / MdePkg / Library / UefiDriverEntryPoint / TlsDxe / README.md
@Ajax Dong Ajax Dong 2 days ago 778 bytes Restructure the repo

TlsDxe

Index Module Size Phase
147 TlsDxe 1,637,632 bytes (1.6 MB) Stub

TlsDxe is a minimal TLS protocol stub driver for the UEFI network stack. It contains only a single function (ModuleEntryPoint) that installs the protocol interface and registers a dispatch function. The majority of the binary image (1.6 MB) consists of a statically linked OpenSSL cryptographic library, making this the largest single module in the network stack.

Key Functions

  • ModuleEntryPoint

Dependencies

  • UefiBootServicesTableLib, UefiDriverEntryPoint, DebugLib
  • OpenSSL cryptographic library (statically linked)

Platform

x86-64, PE32+, UEFI DXE driver, 6 sections (.text/.rdata/.data/section_3/.xdata/.reloc), entry at 0x58C