aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [image] Add the "imgdecrypt" commandMichael Brown2024-08-291-0/+17
* [crypto] Support decryption of images via CMS envelopesMichael Brown2024-08-292-0/+35
* [image] Split image_strip_suffix() out from image_extract()Michael Brown2024-08-291-0/+1
* [crypto] Allow for extraction of ASN.1 algorithm parametersMichael Brown2024-08-281-2/+17
* [crypto] Hold CMS message as a single ASN.1 objectMichael Brown2024-08-231-3/+3
* [crypto] Remove the concept of a public-key algorithm reusable contextMichael Brown2024-08-213-85/+40
* [tls] Group client and server state in TLS connection structureMichael Brown2024-08-211-26/+36
* [tls] Group transmit and receive state in TLS connection structureMichael Brown2024-08-211-27/+42
* [crypto] Pass asymmetric keys as ASN.1 cursorsMichael Brown2024-08-181-13/+10
* [efi] Allow discovery of PCI bus:dev.fn address rangesMichael Brown2024-08-151-14/+0
* [pci] Separate permission to probe buses from bus:dev.fn range discoveryMichael Brown2024-08-154-0/+37
* [crypto] Generalise cms_signature to cms_messageMichael Brown2024-08-142-29/+60
* [crypto] Add OID-identified algorithms for AES ciphersMichael Brown2024-08-141-0/+46
* [crypto] Pass image as parameter to CMS functionsMichael Brown2024-08-131-2/+4
* [crypto] Allow passing a NULL certificate store to x509_find() et alMichael Brown2024-08-131-7/+7
* [crypto] Centralise mechanisms for identifying X.509 certificatesMichael Brown2024-08-122-4/+19
* [crypto] Extend asn1_enter() to handle partial object cursorsMichael Brown2024-08-071-2/+2
* [gve] Add driver for Google Virtual Ethernet NICMichael Brown2024-07-241-0/+1
* [ipv6] Expose router address for DHCPv6 leased addressesMichael Brown2024-06-271-1/+1
* [ipv4] Support small subnets with no directed broadcast addressMichael Brown2024-06-262-2/+22
* [hci] Remove the generalised widget user interface abstractionMichael Brown2024-06-211-34/+0
* [form] Add support for dynamically created interactive formsMichael Brown2024-06-202-0/+2
* [dynui] Add concept of a secret user interface itemMichael Brown2024-06-201-0/+3
* [dynui] Allow for multiple flags on a user interface itemMichael Brown2024-06-201-4/+8
* [dynui] Generalise mechanisms for looking up user interface itemsMichael Brown2024-06-201-0/+8
* [dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2024-06-204-52/+53
* [hci] Allow tab key to be used to cycle through UI elementsMichael Brown2024-06-201-2/+34
* [hci] Rename "item" command's first parameter from "label" to "name"Michael Brown2024-06-181-3/+3
* [hci] Split out msg() and alert() from settings UI codeMichael Brown2024-06-181-0/+16
* [hci] Draw all widgets on the standard screenMichael Brown2024-06-181-16/+7
* [libc] Add stpcpy()Michael Brown2024-05-311-0/+1
* [hci] Provide a general concept of a text widget setMichael Brown2024-05-154-31/+213
* [hci] Use dynamically allocated buffers for editable stringsMichael Brown2024-04-153-13/+23
* [netdevice] Add "linktype" settingPavel Krotkiy2024-04-031-0/+2
* [efi] Restructure handling of autoexec.ipxe scriptMichael Brown2024-04-031-4/+1
* [cachedhcp] Allow cached DHCPACK to apply to temporary network devicesMichael Brown2024-04-021-0/+2
* [efi] Add the ability to create a temporary MNP network deviceMichael Brown2024-03-291-0/+20
* [efi] Allow for allocating EFI devices from arbitrary handlesMichael Brown2024-03-291-0/+2
* [build] Fix build failures with random versions of gccgcmassertMichael Brown2024-03-271-4/+3
* [efi] Extract basic network settings from loaded image device pathMichael Brown2024-03-261-0/+2
* [efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2024-03-261-0/+1
* [efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devicesMichael Brown2024-03-251-0/+1
* [efi] Allow for drivers to be located via child handlesMichael Brown2024-03-251-0/+2
* [efi] Add helper functions for service binding protocolsMichael Brown2024-03-253-0/+110
* [efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2024-03-191-0/+1
* [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-154-0/+708
* [mp] Define an API for multiprocessor functionsMichael Brown2024-03-152-0/+190
* [efi] Update to current EDK2 headersMichael Brown2024-03-1312-11/+421
* [block] Allow SAN boot device to be identified by filesystem labelMichael Brown2024-03-071-0/+2
* [block] Allow SAN boot device to be identified by an extra filenameMichael Brown2024-03-071-0/+2