summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Add self-tests for TCP/IP checksum calculationMichael Brown2012-06-272-0/+214
* [test] Add memcpy() self-testsMichael Brown2012-06-272-34/+257
* [crypto] Construct OCSP check URIMichael Brown2012-05-221-83/+8Star
* [test] Add self-tests for base64Michael Brown2012-05-202-0/+125
* [test] Add self-tests for OCSPMichael Brown2012-05-152-0/+1526
* [list] Add list_last_entry()Michael Brown2012-05-081-1/+13
* [test] Add self-tests for crc32_le()Michael Brown2012-05-072-0/+117
* [test] Fix compiler warning on older gcc versionsMichael Brown2012-05-041-2/+2
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-042-127/+159
* [list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown2012-05-041-14/+77
* [test] Fix memory leak in settings self-testsMichael Brown2012-05-041-1/+2
* [test] Add self-tests for setting typesMichael Brown2012-04-172-0/+279
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-5/+1Star
* [test] Add CMS self-testsMichael Brown2012-03-222-0/+1431
* [crypto] Add previous certificate in chain as a parameter to parse_next()Michael Brown2012-03-221-1/+5
* [test] Add X.509 self-testsMichael Brown2012-03-222-0/+919
* [test] Add self-tests for mktime()Michael Brown2012-03-192-0/+183
* [crypto] Force caller to provide temporary storage for modular calculationsMichael Brown2012-03-181-6/+13
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-181-1/+2
* [test] Add self-tests for RSAMichael Brown2012-03-183-0/+667
* [test] Run self-tests as an embedded imageMichael Brown2012-03-181-4/+42
* [test] Add big integer self-testsMichael Brown2012-03-142-0/+2430
* [test] Avoid using "static const" for test declarationsMichael Brown2012-03-073-6/+6
* [test] Add NIST self-tests for AES128 and AES256 in CBC modeMichael Brown2012-03-064-0/+330
* [rng] Add NIST self-tests for HMAC_DRBG using SHA-256Michael Brown2012-03-061-0/+544
* [rng] Allow HMAC_DRBG to use multiple underlying hash algorithmsMichael Brown2012-03-061-171/+216
* [rng] Add NIST self-tests for Hash_df using SHA-256Michael Brown2012-03-061-0/+397
* [rng] Allow hash_df() to accept multiple underlying hash algorithmsMichael Brown2012-03-061-70/+75
* [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
* [test] Add self-tests for byte-order swapping functionsMichael Brown2012-03-042-0/+92
* [rng] Add entropy sample generatorMichael Brown2012-02-281-0/+70
* [test] Allow self-tests to be run individuallyMichael Brown2012-02-272-6/+31
* [rng] Add missing #include <string.h>Michael Brown2012-02-212-0/+2
* [rng] Add NIST self-tests for Hash_dfMichael Brown2012-02-192-0/+495
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-232-0/+796
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-114-0/+204
* [list] Add list functions required by ath9k driverMichael Brown2011-10-141-0/+172
* [test] Add self-tests for list manipulation functionsMichael Brown2011-10-142-0/+238
* [test] Add a basic infrastructure for running self-testsMichael Brown2011-10-141-0/+139
* [uri] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+2Star
* [bofm] Add offline BOFM test facilityMichael Brown2011-03-031-0/+169
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-161-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-204-56/+56
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-2/+5
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-151-2/+2
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-292-0/+176
* [GDB] Zero-extend 16-bit segment registersStefan Hajnoczi2008-06-301-2/+2
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-302-0/+51
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-301-6/+5Star