summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Add support for subjectAltName and wildcard certificatesMichael Brown2014-03-314-8/+160
* [test] Add subject alternative names to X.509 server test certificateMichael Brown2014-03-311-69/+75
* [test] Add tests for x509_check_name()Michael Brown2014-03-311-0/+38
* [test] Rewrite CMS tests using okx()Michael Brown2014-03-311-14/+40
* [test] Rewrite X.509 tests using okx()Michael Brown2014-03-311-61/+145
* [crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown2014-03-304-12/+28
* [crypto] Use fingerprint when no common name is available for debug messagesMichael Brown2014-03-281-4/+14
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-2818-398/+640
* [crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown2014-03-272-26/+107
* [build] Add dependency of generated files upon MakefileMichael Brown2014-03-261-5/+5
* [build] Disable ccache for all relevant build targetsMichael Brown2014-03-261-4/+3Star
* [build] Remove long-obsolete mechanism for wrapping embedded imagesMichael Brown2014-03-261-9/+0Star
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-254-35/+19Star
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-256-108/+143
* [ocsp] Handle OCSP responses that don't provide certificatesAlexander Chernyakhovsky2014-03-251-2/+7
* [http] Accept Content-Length header with trailing whitespaceMichael Brown2014-03-251-1/+2
* [bios] Fix screen clearing on even more buggy BIOSesMichael Brown2014-03-211-1/+3
* [realtek] Clear bit 24 of RCRMichael Brown2014-03-202-2/+3
* [realtek] Add ability to dump all internal registersMichael Brown2014-03-201-0/+27
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-144-9/+138
* [efi] Unload our own image before exiting UEFI applicationMichael Brown2014-03-141-4/+9
* [efi] Avoid accidentally calling main() twiceMichael Brown2014-03-141-1/+5
* [netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2014-03-142-20/+30
* [lotest] Allow loopback testing on shared networksMichael Brown2014-03-141-36/+53
* [console] Fix display of characters with top bit setMichael Brown2014-03-132-2/+2
* [efi] Connect driver to devices as part of installationMichael Brown2014-03-121-20/+69
* [efi] Allow driver to be unloadedMichael Brown2014-03-105-4/+159
* [efi] Allow for 64-bit EFI_STATUS codesMichael Brown2014-03-101-10/+15
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-108-21/+44
* [monojob] Reset timeout when progress is madeMichael Brown2014-03-101-11/+18
* [realtek] Dump all MII register contents when link status changesMichael Brown2014-03-101-0/+1
* [mii] Add mii_dump() to dump all MII registersMichael Brown2014-03-101-0/+31
* [http] Automatically retry request on a 503 Service UnavailableMichael Brown2014-03-071-1/+45
* [http] Use a retry timer to trigger retried requestsMichael Brown2014-03-071-15/+44
* [linux] Avoid starting currticks() from zero every timeMichael Brown2014-03-071-1/+7
* [tcp] Update window even if ACK does not acknowledge new dataMichael Brown2014-03-071-2/+4
* [netdevice] Mark devices as open before calling open() methodMichael Brown2014-03-051-4/+8
* [romprefix] Do not clobber stack segment when returning to BIOSMichael Brown2014-03-051-2/+2
* [realtek] Include link status register details in debug messagesMichael Brown2014-03-042-2/+39
* [bzimage] Report exact initrd length via bzImage headerMichael Brown2014-03-041-14/+28
* [tcp] Calculate correct MSS from peer addressMichael Brown2014-03-042-11/+14
* [tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown2014-03-044-0/+34
* [tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown2014-03-044-10/+94
* [prefix] Ignore PCI autoboot device location if set to 00:00.0Michael Brown2014-03-031-2/+4
* [romprefix] Store boot bus:dev.fn address as autoboot device locationAlex Williamson2014-03-031-1/+11
* [prefix] Allow prefix to specify a PCI autoboot device locationAlex Williamson2014-03-031-0/+44
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-032-18/+29
* [romprefix] Allow ROM banner timeout to be configured independentlyAlex Williamson2014-03-032-11/+18
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-035-0/+150
* [tcpip] Add IP statistics collection as per RFC 4293Michael Brown2014-03-027-22/+296