aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [pci] Backup and restore standard config space across PCIe FLRMichael Brown2022-11-131-2/+7
* [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-135-13/+22
* [tls] Add GCM cipher suitesMichael Brown2022-11-107-8/+147
* [tests] Verify ability to perform in-place encryption and decryptionMichael Brown2022-11-101-4/+6
* [crypto] Support in-place decryption for GCM ciphersMichael Brown2022-11-101-34/+32
* [tests] Verify ability to reset cipher initialisation vectorMichael Brown2022-11-091-0/+38
* [crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown2022-11-092-11/+17
* [tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2022-11-094-68/+125
* [tls] Always send maximum supported version in ClientHelloMichael Brown2022-11-091-1/+1
* [tls] Add support for AEAD ciphersMichael Brown2022-11-081-2/+39
* [tls] Treat invalid block padding as zero length paddingMichael Brown2022-11-081-2/+2
* [tls] Allow for arbitrary-length initialisation vectorsMichael Brown2022-11-082-186/+148
* [tls] Add MAC length as a cipher suite parameterMichael Brown2022-11-084-16/+28
* [tls] Abstract out concept of a TLS authentication headerMichael Brown2022-11-082-21/+27
* [tls] Ensure cipher alignment size is respectedMichael Brown2022-11-071-0/+18
* [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-078-1/+33
* [tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2022-11-074-5/+48
* [tls] Remove support for TLSv1.0Michael Brown2022-11-072-36/+6
* [efi] Clear DMA-coherent buffers before mappingioactiveMichael Brown2022-11-041-0/+3
* [bzimage] Fix parsing of "vga=..." when not at end of command linevgafixMichael Brown2022-10-271-4/+10
* [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-257-0/+1072
* [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-259-7/+64
* [crypto] Add concept of additional data to cipher algorithmsMichael Brown2022-10-254-23/+47
* [crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown2022-10-257-16/+24
* [crypto] Expose null crypto algorithm methods for reuseMichael Brown2022-10-254-51/+54
* [tls] Add support for DHE variants of the existing cipher suitesMichael Brown2022-10-113-4/+56
* [tls] Add support for Ephemeral Diffie-Hellman key exchangeMichael Brown2022-10-112-0/+247
* [tls] Add key exchange mechanism to definition of cipher suiteMichael Brown2022-10-114-3/+48
* [tls] Record ServerKeyExchange record, if providedMichael Brown2022-10-112-0/+40
* [tls] Generate pre-master secret at point of sending ClientKeyExchangeMichael Brown2022-10-112-26/+27
* [tls] Generate master secret at point of sending ClientKeyExchangeMichael Brown2022-10-111-8/+13
* [crypto] Add Ephemeral Diffie-Hellman key exchange algorithmMichael Brown2022-10-115-0/+936
* [crypto] Simplify internal HMAC APIMichael Brown2022-10-1016-163/+142
* [test] Add HMAC self-testsMichael Brown2022-10-102-0/+212
* [ena] Assign memory BAR if left empty by BIOSMichael Brown2022-09-191-0/+45
* [pci] Add minimal PCI bridge driverMichael Brown2022-09-194-0/+191
* [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-1811-1/+256
* [bios] Allow pcibios_discover() to return an empty rangeMichael Brown2022-09-181-3/+5
* [pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)Michael Brown2022-09-165-0/+461
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-1510-43/+78
* [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-153-3/+10
* [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-153-16/+14
* [linux] Add missing PROVIDE_PCIAPI_INLINE() macrosMichael Brown2022-09-151-0/+9
* [ipv6] Ignore SLAAC on prefixes with an incompatible prefix lengthMichael Brown2022-09-131-11/+25
* [ipv6] Fix mask calculation when prefix length is not a multiple of 8Michael Brown2022-09-062-1/+38
* [test] Validate constructed IPv6 routing table entriesMichael Brown2022-09-061-12/+52
* [ena] Increase receive ring size to 128 entriesMichael Brown2022-08-262-5/+12
* [ena] Provide a host information pageMichael Brown2022-08-262-0/+159
* [ena] Specify the unused completion queue MSI-X vector as 0xffffffffMichael Brown2022-08-262-0/+9
* [ena] Allow for out-of-order completionsMichael Brown2022-08-262-20/+62