summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-120/+833
* [settings] Remove "uristring" setting typeMichael Brown2014-02-271-13/+0Star
* [dns] Support DNS search listsMichael Brown2014-02-052-0/+606
* [png] Add support for PNG imagesMichael Brown2014-01-122-0/+1994
* [test] Generalise pnm_ok() to pixbuf_ok()Michael Brown2014-01-123-88/+157
* [test] Rewrite pnm_ok() using okx()Michael Brown2014-01-121-29/+36
* [deflate] Fix literal data length calculationMichael Brown2014-01-121-0/+7
* [deflate] Add support for DEFLATE decompressionMichael Brown2014-01-062-0/+240
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-53/+54
* [pnm] Add support for PNM imagesMichael Brown2013-11-272-0/+297
* [test] Include failing code within failed test result outputMichael Brown2013-11-271-3/+5
* [ipv6] Add "ipv6" setting typeMichael Brown2013-11-141-0/+16
* [ipv6] Add inet6_aton()Michael Brown2013-09-111-0/+66
* [ipv6] Replace IPv6 stackMichael Brown2013-09-032-0/+116
* [settings] Allow numeric_setting_value() to handle long setting valuesMichael Brown2013-08-121-0/+6
* [test] Add self-tests for snprintf()Michael Brown2013-08-122-0/+103
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-2/+89
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-121-0/+10
* [settings] Add "hexraw" setting typeMichael Brown2013-07-121-0/+14
* [settings] Use hex_decode() to parse hex settingsMichael Brown2013-07-121-7/+9
* [test] Add self-tests for base16Michael Brown2013-07-122-0/+122
* [test] Add self-tests for string functionsMichael Brown2012-11-122-0/+134
* [test] Remove self-test for empty formatted setting valueMichael Brown2012-10-201-2/+0Star
* [test] Add speed tests for cipher algorithmsMichael Brown2012-09-263-4/+94
* [test] Add speed tests for digest algorithmsMichael Brown2012-09-265-0/+54
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2020-20/+40
* [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