summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [802.11] Avoid using struct md5_ctx directlyMichael Brown2012-03-051-4/+4
* [test] Add self-tests for MD5 algorithmMichael Brown2012-03-052-0/+94
* [test] Add self-tests for SHA-256 algorithmMichael Brown2012-03-052-0/+102
* [crypto] Add SHA-256 algorithmMichael Brown2012-03-052-0/+327
* [x86_64] Use memory address constraint in __bswap_16s()Michael Brown2012-03-041-1/+1
* [i386] Use memory address constraints in __bswap_16s() and __bswap_64s()Michael Brown2012-03-041-4/+3Star
* [i386] Fix building on older versions of gccMichael Brown2012-03-041-3/+7
* [crypto] Replace SHA-1 implementationMichael Brown2012-03-044-276/+337
* [802.11] Eliminate use of AXTLS-specific SHA1_SIZE constantMichael Brown2012-03-041-16/+17
* [test] Add self-tests for byte-order swapping functionsMichael Brown2012-03-042-0/+92
* [x86_64] Provide __bswap_{16,32,64}s()Michael Brown2012-03-041-0/+25
* [i386] Optimise byte-swapping functions and provide __bswap_{16,32,64}s()Michael Brown2012-03-041-32/+56
* [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