summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2026-01-28496-2038/+10095
|\
| * [build] Mark known reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-1487-0/+89
| * [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-14232-0/+232
| * [efi] Mark imported EDK2 headers as permitted for Secure BootMichael Brown2026-01-13123-2/+126
| * [efi] Update to current EDK2 headersMichael Brown2026-01-131-22/+22
| * [build] Define a mechanism for marking Secure Boot permissibilityMichael Brown2026-01-131-0/+30
| * [tcp] Report TCP statistics via the "ipstat" commandMichael Brown2026-01-091-0/+17
| * [neighbour] Add the ability to artificially delay outbound packetsMichael Brown2026-01-061-0/+6
| * [neighbour] Use discovery protocol field to identify incomplete neighboursMichael Brown2026-01-061-13/+2Star
| * [neighbour] Always use network device's own link-layer addressMichael Brown2026-01-053-9/+5Star
| * [crypto] Allow for zero-length big integer literalsMichael Brown2025-12-291-2/+2
| * [crypto] Add ECDSA-based TLS cipher suitesMichael Brown2025-12-191-0/+6
| * [crypto] Add OID-identified algorithms for ECDSA with SHA2 hash familyMichael Brown2025-12-192-0/+25
| * [crypto] Allow ecPublicKey to be identified as a public-key algorithmMichael Brown2025-12-191-0/+1
| * [crypto] Add support for ECDSA signaturesMichael Brown2025-12-192-0/+20
| * [crypto] Allow for an explicit representation of point at infinityMichael Brown2025-12-184-3/+28
| * [crypto] Generalise rsa_parse_integer() to asn1_enter_unsigned()Michael Brown2025-12-111-0/+1
| * [crypto] Allow for addition of arbitrary Weierstrass curve pointsMichael Brown2025-12-082-0/+23
| * [crypto] Expose the (prime) group order as an elliptic curve propertyMichael Brown2025-12-052-1/+5
| * [crypto] Expose the base point as an explicit elliptic curve propertyMichael Brown2025-12-052-1/+4
| * [http] Abort connections after a long period of inactivityMichael Brown2025-12-041-0/+2
| * [http] Rename connection retry timerMichael Brown2025-12-041-1/+1
| * [crypto] Allow for OID-identified elliptic curve algorithmsMichael Brown2025-12-031-2/+12
| * [crypto] Remove obsolete maximum output length methodMichael Brown2025-12-021-13/+0Star
| * [crypto] Construct asymmetric ciphered data using ASN.1 buildersMichael Brown2025-12-021-16/+18
| * [crypto] Construct signatures using ASN.1 buildersMichael Brown2025-12-011-4/+5
| * [crypto] Pass signatures for verification as ASN.1 cursorsMichael Brown2025-12-011-6/+5Star
| * [crypto] Restructure handling of ASN.1 bit stringsMichael Brown2025-12-013-18/+6Star
| * [efi] Allow for creating devices with no EFI parent deviceMichael Brown2025-11-251-2/+2
| * [pci] Use runtime selectable PCI I/O API for EFI cloud buildsMichael Brown2025-11-251-3/+4
| * [pci] Allow probing permission to vary by rangeMichael Brown2025-11-256-15/+12Star
| * [pci] Use linker tables for runtime selectable PCI APIsMichael Brown2025-11-243-18/+68
| * [efi] Wrap a selection of runtime services callsMichael Brown2025-11-131-0/+1
| * [efi] Add image security database GUID definitionMichael Brown2025-11-121-0/+1
| * [efi] Add Microsoft vendor GUID definitionMichael Brown2025-11-123-1/+60
| * [efi] Add storage security command protocol header and GUID definitionMichael Brown2025-11-122-0/+213
| * [efi] Update to current EDK2 headersMichael Brown2025-11-1217-66/+239
| * [efi] Mark Arm/ProcessorBind.h as a non-imported headerMichael Brown2025-11-111-0/+6
| * [efi] Mark Ip4Config.h as a non-imported headerMichael Brown2025-11-111-0/+5
| * [efi] Mark UgaDraw.h as a non-imported headerMichael Brown2025-11-111-0/+5
| * [efi] Skip including the EDK2 ProcessorBind.h header for 32-bit RISC-VMichael Brown2025-11-111-33/+40
| * [pci] Move ECAM pci_can_probe() definition to correct header fileMichael Brown2025-11-112-10/+10
| * [spcr] Accept alternative type value for a 16550-compatible UARTMichael Brown2025-11-051-0/+1
| * [spcr] Add support for the ACPI Serial Port Console Redirection tableMichael Brown2025-11-054-0/+96
| * [acpi] Add acpi_ioremap() to map an ACPI-described addressMichael Brown2025-11-051-6/+24
| * [uart] Make baud rate a property of the UARTMichael Brown2025-11-051-5/+6
| * [uart] Support 16550 UARTs accessed via either MMIO or port I/OMichael Brown2025-11-041-2/+2
| * [ioapi] Provide combined MMIO and port I/O accessorsMichael Brown2025-11-042-0/+85
| * [pci] Record prefetchable memory window for PCI bridgesMichael Brown2025-10-142-1/+9
| * [pci] Handle sizing of 64-bit BARsMichael Brown2025-10-141-1/+3