Commit Graph

  • 989dbe0bc4 [tls] Generate key material after sending ClientKeyExchange Michael Brown 2024-01-30 15:17:49 +00:00
  • 6f70e8be83 [tls] Restructure construction of ClientHello message Michael Brown 2024-01-30 13:38:15 +00:00
  • 17135c83fb [crypto] Add an abstraction of an elliptic curve Michael Brown 2024-01-30 13:26:36 +00:00
  • 27398f1360 [crypto] Check for all-zeros result from X25519 key exchange Michael Brown 2024-01-30 13:14:21 +00:00
  • de8a0821c7 [bnxt] Add support for additional chip IDs Joseph Wong 2024-01-18 21:53:44 -08:00
  • 2eea04c02c [crypto] Add X25519 key exchange algorithm Michael Brown 2024-01-19 12:36:11 +00:00
  • 908174ec7e [loong64] Replace broken big integer arithmetic implementations Michael Brown 2024-01-19 16:35:02 +00:00
  • bac13ba1f6 [crypto] Add bigint_swap() to conditionally swap big integers Michael Brown 2024-01-19 12:34:02 +00:00
  • 13e390d54e [crypto] Add bigint_copy() as a convenient wrapper macro Michael Brown 2024-01-19 12:29:29 +00:00
  • 26d3ef062b [crypto] Allow multiplicand and multiplier to differ in size Michael Brown 2024-01-16 16:09:16 +00:00
  • 4b7d9a6af0 [libc] Replace linker_assert() with build_assert() Michael Brown 2024-01-16 13:24:29 +00:00
  • 6d29415c89 [libc] Make static_assert() available via assert.h Michael Brown 2024-01-16 12:23:02 +00:00
  • 6ca597eee9 [build] Fix building with newer binutils Michael Brown 2024-01-14 12:12:18 +00:00
  • e66552eeed [build] Remove unnecessary ".text" directives Michael Brown 2024-01-14 11:51:16 +00:00
  • 08fcb0e8fb [eap] Add support for the MD5-Challenge authentication type Michael Brown 2024-01-10 15:23:07 +00:00
  • c6226f104e [eap] Add support for sending an EAP identity Michael Brown 2024-01-10 15:30:36 +00:00
  • 0abb3e85e5 [eap] Ignore any received EAP responses Michael Brown 2024-01-10 15:28:59 +00:00
  • 4ed7a5718f [build] Reduce scope of wildcard .gitignore rules Mark Rogalski 2024-01-08 10:03:12 -06:00
  • fa62213231 [smbios] Support scanning for the 64-bit SMBIOS3 entry point Michael Brown 2023-12-29 19:38:12 +00:00
  • 119c415ee4 [intel] Add PCI ID for I219-LM (23) Christian Helmuth 2023-12-21 13:51:26 +01:00
  • 9e92c39894 [efi] Add potentially missing relocation types Michael Brown 2023-12-21 12:29:03 +00:00
  • 3fc1b407d2 [efi] Fix Coverity warning about unintended sign extension Michael Brown 2023-12-19 16:56:34 +00:00
  • 0958e01463 [efi] Add relocation types generated by clang Michael Brown 2023-12-19 16:29:42 +00:00
  • 337880deaa [build] Use SOURCE_DATE_EPOCH for FAT serial number if it exists Michael Brown 2023-12-19 14:39:36 +00:00
  • f22879ca99 [efi] Allow compiling elf2efi with clang Michael Brown 2023-12-05 15:49:17 +00:00
  • 98dd25a3bb [efi] Avoid modifying PE/COFF debug filename Michael Brown 2023-11-29 12:49:06 +00:00
  • a147245f1a [efi] Extend PE header size to cover space up to first section Michael Brown 2023-11-27 12:08:19 +00:00
  • c3dd3168c9 [efi] Fix dependency list construction in EDK2 header import script Michael Brown 2023-11-24 22:26:50 +00:00
  • b829b1750d [efi] Maximise image base address Michael Brown 2023-11-24 12:26:43 +00:00
  • 03ff1bb99a [efi] Do not assume canonical PE section ordering Michael Brown 2023-11-24 15:55:41 +00:00
  • 18582a05fc [efi] Treat 16-bit sections as hidden in hybrid binaries Michael Brown 2023-11-24 12:16:49 +00:00
  • 6714b20ea2 [efi] Place PE debug information in a hidden section Michael Brown 2023-11-23 14:17:36 +00:00
  • b37d89db90 [efi] Fix recorded overall size of headers in NT optional header Michael Brown 2023-11-23 14:54:12 +00:00
  • cc858acd32 [efi] Write out PE header only after writing sections Michael Brown 2023-11-22 15:38:22 +00:00
  • b30a0987e2 [efi] Use load memory address as file offset for hybrid binaries Michael Brown 2023-11-22 14:57:05 +00:00
  • 3d8a614657 [efi] Mark PE images as large address aware Michael Brown 2023-11-22 23:05:39 +00:00
  • a9e89787d0 [efi] Set NXCOMPAT bit in PE header Michael Brown 2023-11-22 23:36:35 +00:00
  • 678a60f61d [efi] Treat writable sections as data sections Michael Brown 2023-11-22 23:14:38 +00:00
  • 8c8ead2530 [efi] Update to current EDK2 headers Michael Brown 2023-11-22 23:30:56 +00:00
  • 77b07ea4fd [cloud] Add utility script to read iPXE output from INT13CON partition Michael Brown 2023-11-07 18:05:45 +00:00
  • d8f9c221ed [cloud] Add ability to overwrite existing AMI images Michael Brown 2023-11-07 15:54:59 +00:00
  • 595b1796f6 [eapol] Limit number of EAPoL-Start packets transmitted per attempt Michael Brown 2023-11-07 13:50:15 +00:00
  • 1bd01b761f [eapol] Delay EAPoL-Start while waiting for EAP to complete Michael Brown 2023-11-07 11:08:33 +00:00
  • 5524bb9832 [pci] Require discovery of a PCI device when determining usable PCI APIs Michael Brown 2023-11-02 16:11:38 +00:00
  • 36e1a559a2 [pci] Check that ECAM configuration space is within reachable memory Michael Brown 2023-11-02 15:38:08 +00:00
  • 1f3a37e342 [pci] Cache ECAM mapping errors Michael Brown 2023-11-02 15:16:19 +00:00
  • 74ec00a9f3 [pci] Handle non-zero starting bus in ECAM allocations Michael Brown 2023-11-02 15:05:15 +00:00
  • f883203132 [pci] Force completion of ECAM configuration space writes Michael Brown 2023-11-01 22:03:34 +00:00
  • 115707c0ed [iphone] Add missing va_start()/va_end() around reused argument list Michael Brown 2023-10-24 11:43:56 +01:00
  • ff0f860483 [libc] Use wall clock time as seed for the (non-cryptographic) RNG Michael Brown 2023-10-06 12:43:02 +01:00
  • 8b14652e50 [eapol] Send EAPoL-Start packets to trigger EAP authentication Michael Brown 2023-09-15 16:14:59 +01:00
  • 56cc61a168 [eap] Define a supplicant model for EAP and EAPoL Michael Brown 2023-09-15 16:10:07 +01:00
  • cac3a584dc [fcoe] Use driver-private data to hold FCoE port structure Michael Brown 2023-09-13 23:00:57 +01:00
  • 8cbf248198 [vmware] Use driver-private data to hold GuestInfo settings block Michael Brown 2023-09-13 22:43:24 +01:00
  • 8b1d34badf [ipv6] Use driver-private data to hold link-local IPv6 settings block Michael Brown 2023-09-13 22:21:08 +01:00
  • cc1e27e525 [lldp] Use driver-private data to hold LLDP settings block Michael Brown 2023-09-13 20:23:59 +01:00
  • ae4e85bde9 [netdevice] Allocate private data for each network upper-layer driver Michael Brown 2023-09-13 16:29:59 +01:00
  • eeb7cd56e5 [netdevice] Remove netdev_priv() helper function Michael Brown 2023-09-13 14:30:25 +01:00
  • 0aa2e4ec96 [librm] Use explicit operand size when pushing a label address Michael Brown 2023-09-05 12:46:39 +01:00
  • 9e99a55b31 [virtio] Fix implementation of vpm_ioread32() Alexander Eichner 2023-08-18 13:32:15 +02:00
  • c1834f323f [dhcp] Request NTP server option Cornelius Hoffmann 2023-07-10 22:24:26 +02:00
  • d5c08f78bd [ntp] Define NTP server setting Michael Brown 2023-07-19 11:10:15 +01:00
  • dd68e283f8 [build] Allow for building EFI ISOs without syslinux nosyslinux Michael Brown 2023-07-10 13:45:47 +01:00
  • 5db83a1da6 WIP - attempt creation of ESP manually via sfdisk hackesp Michael Brown 2023-07-10 13:39:35 +01:00
  • c30b71ee9c [console] Restore compatibility with "--key" values in existing scripts Michael Brown 2023-07-07 15:05:39 +01:00
  • f3036fc213 [linux] Set a default MAC address for tap devices Michael Brown 2023-07-05 15:24:32 +01:00
  • 59d065c9ac [linux] Fix error control flow in af_packet_nic_probe() Michael Brown 2023-07-05 15:17:58 +01:00
  • 48ae5d5361 [linux] Fix error control flow in tap_probe() Michael Brown 2023-07-05 14:46:41 +01:00
  • 6701d91c50 [netdevice] Stop link block timer when device is closed Michael Brown 2023-07-05 14:30:54 +01:00
  • b5b60ea33d [interface] Fix debug message values for temporary interfaces Michael Brown 2023-07-04 16:50:03 +01:00
  • 8244410690 [build] Inhibit more linker warnings about an implied executable stack Michael Brown 2023-07-04 15:12:49 +01:00
  • daa9e54ab8 [build] Silence the "creating blib.a" message Michael Brown 2023-07-04 14:55:53 +01:00
  • 3ef4f7e2ef [console] Avoid overlap between special keys and Unicode characters Michael Brown 2023-07-04 14:31:07 +01:00
  • cc07ed7c7e [console] Avoid overlap between remapping flags and character values Michael Brown 2023-07-04 14:17:48 +01:00
  • 6f57d91935 [build] Use separate code segment if supported by linker Michael Brown 2023-06-30 12:03:41 +01:00
  • e17568ad06 [build] Inhibit linker warnings about an implied executable stack Geert Stappers 2023-06-30 10:59:59 +01:00
  • 2524a60550 [build] Avoid using multiple target patterns in pattern rules Michael Brown 2023-06-30 10:31:52 +01:00
  • 280942a92a [loong64] Add support for building EFI binaries Xiaotian Wu 2023-06-29 15:52:28 +01:00
  • 6d98e0ca47 [loong64] Add CPU sleeping API for EFI LoongArch64 Xiaotian Wu 2023-06-29 15:49:27 +01:00
  • 0c67a3632d [loong64] Add I/O API for LoongArch64 Xiaotian Wu 2023-06-29 15:30:08 +01:00
  • c57887bfc8 [ioapi] Centralise definitions for dummy PIO Michael Brown 2023-06-29 15:08:23 +01:00
  • 18af669701 [arm] Add missing arch/arm/core source directory Michael Brown 2023-06-29 15:26:49 +01:00
  • cfe65aa826 [arm] Remove redundant inclusion of io.h Michael Brown 2023-06-29 15:38:08 +01:00
  • 22916e6284 WIP vbox Michael Brown 2023-06-27 18:15:17 +01:00
  • 570134c7ba [efi] Rename "driver" to "target" in preparation for two-phase veto mechanism Michael Brown 2023-06-27 14:48:12 +01:00
  • a029f4e13b [efi] Veto the VirtualBox E1kNetDxe driver Michael Brown 2023-06-23 15:03:30 +01:00
  • ae435cb4cc [efi] Process veto objects in reverse order of enumeration Michael Brown 2023-06-23 16:27:47 +01:00
  • f8a0d1c0b8 [efi] Check for protocols opened by vetoed driver and image handles Michael Brown 2023-06-23 16:12:01 +01:00
  • f0b1025503 [efi] Unload vetoed drivers by image handle rather than driver handle Michael Brown 2023-06-23 16:08:25 +01:00
  • c832580f19 [efi] Pass more detailed driver information to veto methods Michael Brown 2023-06-23 16:05:42 +01:00
  • 9a118322a0 [efi] Show manufacturer in veto debug output Michael Brown 2023-06-22 23:20:37 +01:00
  • 2689a6e776 [efi] Always poll for TX completions Michael Brown 2023-06-21 11:49:53 +01:00
  • 6039deb163 [console] Avoid overlap between special keys and Unicode characters utf8 Michael Brown 2023-06-13 19:43:50 +01:00
  • 24eecdb7e2 [console] Avoid overlap between remapping flags and character values Michael Brown 2023-06-13 19:35:57 +01:00
  • 4fa4052c7e [efi] Provide read-only access to EFI variables via settings mechanism Michael Brown 2023-06-09 14:03:48 +01:00
  • 25a3d3acab [efi] Veto the VMware UefiPxeBcDxe driver Michael Brown 2023-06-08 11:29:07 +01:00
  • 8ab9bdca4f [efi] Include protocol interface address in debug output Michael Brown 2023-06-08 11:15:27 +01:00
  • 12776acce5 [efi] Add UefiPxeBcDxe module GUID Michael Brown 2023-06-07 12:48:55 +01:00
  • 367e022b5e [efi] Add HttpBootDxe module GUID Michael Brown 2023-06-07 12:46:49 +01:00
  • b9a60fb0b7 [efi] Add new IScsiDxe module GUID Michael Brown 2023-06-07 12:29:44 +01:00