summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
| * [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-131-3/+9
| * [tls] Add GCM cipher suitesMichael Brown2022-11-101-0/+4
| * [crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown2022-11-091-4/+4
| * [tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2022-11-091-5/+2Star
| * [tls] Allow for arbitrary-length initialisation vectorsMichael Brown2022-11-081-0/+4
| * [tls] Add MAC length as a cipher suite parameterMichael Brown2022-11-081-0/+2
| * [tls] Abstract out concept of a TLS authentication headerMichael Brown2022-11-081-0/+8
| * [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-074-1/+20
| * [tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2022-11-071-2/+8
| * [tls] Remove support for TLSv1.0Michael Brown2022-11-071-5/+0Star
| * [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-253-0/+134
| * [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-253-0/+22
| * [crypto] Add concept of additional data to cipher algorithmsMichael Brown2022-10-251-15/+15
| * [crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown2022-10-253-9/+15
| * [crypto] Expose null crypto algorithm methods for reuseMichael Brown2022-10-251-0/+23
| * [tls] Add support for DHE variants of the existing cipher suitesMichael Brown2022-10-111-0/+4
* | Merge branch 'master' into openslxSimon Rettberg2022-10-2116-37/+423
|\|
| * [tls] Add support for Ephemeral Diffie-Hellman key exchangeMichael Brown2022-10-111-0/+1
| * [tls] Add key exchange mechanism to definition of cipher suiteMichael Brown2022-10-111-0/+19
| * [tls] Record ServerKeyExchange record, if providedMichael Brown2022-10-111-0/+4
| * [tls] Generate pre-master secret at point of sending ClientKeyExchangeMichael Brown2022-10-111-10/+3Star
| * [crypto] Add Ephemeral Diffie-Hellman key exchange algorithmMichael Brown2022-10-112-0/+20
| * [crypto] Simplify internal HMAC APIMichael Brown2022-10-106-9/+46
| * [pci] Add minimal PCI bridge driverMichael Brown2022-09-193-0/+59
| * [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-182-0/+35
| * [pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)Michael Brown2022-09-164-0/+196
| * [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-154-17/+36
| * [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-151-0/+1
| * [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-151-1/+1
| * [intelxl] Add driver for Intel 100 Gigabit Ethernet NICsMichael Brown2022-08-121-0/+1
| * [pci] Generalise function-level reset mechanismMichael Brown2022-08-081-0/+1
* | Merge branch 'master' into openslxSimon Rettberg2022-05-1115-19/+280
|\|
| * [linux] Add stub phys_to_user() implementationMichael Brown2022-03-241-1/+14
| * [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-241-0/+3
| * [fbcon] Support Unicode character outputMichael Brown2022-03-151-2/+5
| * [utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2022-03-011-0/+69
| * [console] Support changing keyboard map at runtimeMichael Brown2022-02-162-0/+3
| * [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-161-1/+4
| * [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+5
| * [console] Centralise handling of key modifiersMichael Brown2022-02-151-0/+21
| * [console] Allow for named keyboard mappingsMichael Brown2022-02-151-3/+16
| * [tables] Add ability to declare static table start and end markersMichael Brown2022-02-141-0/+27
| * [console] Handle remapping of scancode 86Michael Brown2022-02-101-0/+3
| * [console] Generalise bios_keymap() as key_remap()Michael Brown2022-02-101-0/+2
| * [efi] Include Secure Boot Advanced Targeting (SBAT) metadataMichael Brown2022-01-131-0/+68
| * [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-1/+1
| * [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-041-0/+1
| * [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYMichael Brown2021-11-231-0/+1
| * [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-211-1/+1
| * [uri] Retain original encodings for path, query, and fragment fieldsMichael Brown2021-11-121-7/+24