aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2014-07-11[crypto] Add support for iPAddress subject alternative namesMichael Brown1-40/+49
2014-05-21[ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown1-0/+38
2014-05-18[libc] Prevent strndup() from reading beyond the end of the stringMichael Brown1-0/+20
2014-05-18[test] Add self-tests for strdup()Michael Brown1-0/+10
2014-05-02[test] Print out profiling statistics after a successful test runMichael Brown1-0/+2
2014-04-27[profile] Add generic profiling infrastructureMichael Brown6-29/+204
2014-04-27[libc] Add flsll()Michael Brown1-0/+37
2014-04-26[libc] Add isqrt() function to find integer square rootsMichael Brown1-0/+11
2014-04-26[test] Check for correct -mrtd assumption on libgcc arithmetic functionsMichael Brown1-4/+74
2014-04-25[test] Add tests for 64-bit divisionMichael Brown1-0/+122
2014-04-24[test] Add self-tests for flsl()Michael Brown2-0/+87
2014-04-24[test] Rewrite TCP/IP tests using okx()Michael Brown1-38/+53
2014-03-31[crypto] Add support for subjectAltName and wildcard certificatesMichael Brown1-0/+9
2014-03-31[test] Add subject alternative names to X.509 server test certificateMichael Brown1-69/+75
2014-03-31[test] Add tests for x509_check_name()Michael Brown1-0/+38
2014-03-31[test] Rewrite CMS tests using okx()Michael Brown1-14/+40
2014-03-31[test] Rewrite X.509 tests using okx()Michael Brown1-61/+145
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown2-37/+67
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown2-120/+833
2014-02-26[settings] Remove "uristring" setting typeMichael Brown1-13/+0
2014-02-05[dns] Support DNS search listsMichael Brown2-0/+606
2014-01-12[png] Add support for PNG imagesMichael Brown2-0/+1994
2014-01-12[test] Generalise pnm_ok() to pixbuf_ok()Michael Brown3-88/+157
2014-01-12[test] Rewrite pnm_ok() using okx()Michael Brown1-29/+36
2014-01-12[deflate] Fix literal data length calculationMichael Brown1-0/+7
2014-01-06[deflate] Add support for DEFLATE decompressionMichael Brown2-0/+240
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-53/+54
2013-11-27[pnm] Add support for PNM imagesMichael Brown2-0/+297
2013-11-27[test] Include failing code within failed test result outputMichael Brown1-3/+5
2013-11-14[ipv6] Add "ipv6" setting typeMichael Brown1-0/+16
2013-09-11[ipv6] Add inet6_aton()Michael Brown1-0/+66
2013-09-03[ipv6] Replace IPv6 stackMichael Brown2-0/+116
2013-08-12[settings] Allow numeric_setting_value() to handle long setting valuesMichael Brown1-0/+6
2013-08-12[test] Add self-tests for snprintf()Michael Brown2-0/+103
2013-08-01[settings] Introduce the generalised concept of a numeric settingMichael Brown1-2/+89
2013-07-12[settings] Add "busdevfn" setting typeMichael Brown1-0/+10
2013-07-12[settings] Add "hexraw" setting typeMichael Brown1-0/+14
2013-07-12[settings] Use hex_decode() to parse hex settingsMichael Brown1-7/+9
2013-07-12[test] Add self-tests for base16Michael Brown2-0/+122
2012-11-12[test] Add self-tests for string functionsMichael Brown2-0/+134
2012-10-20[test] Remove self-test for empty formatted setting valueMichael Brown1-2/+0
2012-09-26[test] Add speed tests for cipher algorithmsMichael Brown3-4/+94
2012-09-26[test] Add speed tests for digest algorithmsMichael Brown5-0/+54
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown20-20/+40
2012-06-27[test] Add self-tests for TCP/IP checksum calculationMichael Brown2-0/+214
2012-06-27[test] Add memcpy() self-testsMichael Brown2-34/+257
2012-05-21[crypto] Construct OCSP check URIMichael Brown1-83/+8
2012-05-20[test] Add self-tests for base64Michael Brown2-0/+125
2012-05-15[test] Add self-tests for OCSPMichael Brown2-0/+1526
2012-05-08[list] Add list_last_entry()Michael Brown1-1/+13