summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [tls] Add missing #include <stdlib.h>Michael Brown2012-03-041-0/+1
* [rng] Add missing #include <assert.h>Michael Brown2012-03-042-0/+2
* [802.11] Add missing #include <byteswap.h>Michael Brown2012-03-041-0/+1
* [tls] Send empty Certificate record if requested by serverMichael Brown2012-03-032-3/+61
* [tls] Verify the contents of the Finished recordMichael Brown2012-03-031-3/+24
* [tls] Allow transmitted records to be scheduled independentlyMichael Brown2012-03-032-93/+39Star
* [tls] Add support for Server Name Indication (SNI)Michael Brown2012-03-034-5/+39
* [tls] Support TLS version 1.1Michael Brown2012-03-032-16/+30
* [arp] Maintain an ARP transmission queueMichael Brown2012-03-033-152/+354
* [undi] Allow underlying PXE stack to construct link-layer headerMichael Brown2012-03-023-9/+61
* [iscsi] Send any padding inline with the data segmentMichael Brown2012-03-012-30/+9Star
* [http] Recognise status code 303 as validJason Lunz2012-03-011-0/+1
* [vmware] Fix length returned by guestrpc_command()Michael Brown2012-03-011-0/+1
* [vmware] Add VMware logfile console (CONSOLE_VMWARE)Michael Brown2012-02-293-0/+121
* [vmware] Add GuestRPC mechanismMichael Brown2012-02-296-0/+535
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-293-36/+117
* [syslog] Disable console when no syslog server is definedMichael Brown2012-02-291-7/+5Star
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-283-859/+889
* [rng] Add RTC-based entropy sourceMichael Brown2012-02-284-1/+298
* [rng] Add entropy sample generatorMichael Brown2012-02-281-0/+70
* [test] Allow self-tests to be run individuallyMichael Brown2012-02-272-6/+31
* [crypto] Use ANS X9.82 Approved get_random_nz() for RSAMichael Brown2012-02-211-2/+9
* [tls] Use ANS X9.82 Approved RBG as source of random data for TLSMichael Brown2012-02-211-9/+35
* [rng] Add get_random_nz() function required by RSA algorithmMichael Brown2012-02-212-0/+91
* [rng] Add ANS X9.82 RBG wrapper functionsMichael Brown2012-02-212-0/+157
* [rng] Add ANS X9.82 mandatory start-up testsMichael Brown2012-02-211-0/+32
* [rng] Add ANS X9.82 mandatory continuous testsMichael Brown2012-02-212-1/+296
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-2112-64/+409
* [rng] Record validity within DRBG stateMichael Brown2012-02-212-4/+15
* [rng] Add missing #include <string.h>Michael Brown2012-02-215-0/+5
* [802.11] Add missing #include <string.h>Michael Brown2012-02-214-0/+4
* [udp] Propagate transmission errors to UDP interface usersMichael Brown2012-02-201-4/+3Star
* [i386] Add missing #include <ipxe/io.h> in pic8259.hMichael Brown2012-02-191-0/+2
* [rng] Add NIST self-tests for Hash_dfMichael Brown2012-02-192-0/+495
* [rng] Add ANS X9.82 Approved Hash_df derivation functionMichael Brown2012-02-192-0/+164
* [efi] Add iPXE download protocolJarrod Johnson2012-02-154-2/+513
* [snpnet] Give up entirely on the transmit queueJarrod Johnson2012-02-121-32/+13Star
* [prefix] Fix missing underscore in libprefixTill Straumann2012-02-101-1/+1
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-103-29/+6Star
* [prefix] Delay initrd image copy until memory map is readyMichael Brown2012-02-091-2/+8
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-093-13/+2Star
* [tg3] New tg3 driverThomas Miletich2012-01-316-3905/+7001
* [rng] Add ANS X9.82 Approved DRBG mechanismMichael Brown2012-01-233-0/+535
* [rng] Add dummy entropy sourceMichael Brown2012-01-232-0/+138
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-232-0/+796
* [rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown2012-01-233-0/+496
* [lkrnprefix] Copy command line before installing iPXEMichael Brown2012-01-182-5/+41
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-114-0/+204
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-111-9/+15
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-073-0/+1167