aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* [settings] Add "base64" setting typeMichael Brown2015-04-241-0/+15
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-17/+29
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-17/+29
* [test] Include IPv6 support when performing settings self-testsMichael Brown2015-04-241-0/+4
* [peerdist] Add support for decoding PeerDist Content InformationMichael Brown2015-04-132-0/+508
* [crypto] Add SHA-512/224 algorithmMichael Brown2015-04-121-0/+28
* [crypto] Add SHA-512/256 algorithmMichael Brown2015-04-121-0/+28
* [crypto] Add SHA-384 algorithmMichael Brown2015-04-121-3/+36
* [crypto] Add SHA-512 algorithmMichael Brown2015-04-122-0/+97
* [crypto] Add SHA-224 algorithmMichael Brown2015-04-121-3/+30
* [test] Simplify digest algorithm self-testsMichael Brown2015-04-125-200/+235
* [test] Add setjmp()/longjmp() self-testsMichael Brown2015-04-072-0/+172
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-161-0/+74
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-054-0/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0243-43/+199
* [libc] Rewrite strtoul()Michael Brown2015-02-191-0/+48
* [ipv4] Rewrite inet_aton()Michael Brown2015-02-191-0/+2
* [test] Add IPv4 self-testsMichael Brown2015-02-182-0/+148
* [test] Add constant-length memset() self-testsMichael Brown2015-02-172-0/+154
* [test] Add self-tests for more string functionsMichael Brown2015-02-161-0/+88
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-4/+20
* [crypto] Fix parsing of OCSP responder ID key hashMichael Brown2014-11-241-0/+411
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-111-40/+49
* [ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2014-05-211-0/+38
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-181-0/+20
* [test] Add self-tests for strdup()Michael Brown2014-05-181-0/+10
* [test] Print out profiling statistics after a successful test runMichael Brown2014-05-021-0/+2
* [profile] Add generic profiling infrastructureMichael Brown2014-04-276-29/+204
* [libc] Add flsll()Michael Brown2014-04-271-0/+37
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+11
* [test] Check for correct -mrtd assumption on libgcc arithmetic functionsMichael Brown2014-04-261-4/+74
* [test] Add tests for 64-bit divisionMichael Brown2014-04-251-0/+122
* [test] Add self-tests for flsl()Michael Brown2014-04-242-0/+87
* [test] Rewrite TCP/IP tests using okx()Michael Brown2014-04-241-38/+53
* [crypto] Add support for subjectAltName and wildcard certificatesMichael Brown2014-03-311-0/+9
* [test] Add subject alternative names to X.509 server test certificateMichael Brown2014-03-311-69/+75
* [test] Add tests for x509_check_name()Michael Brown2014-03-311-0/+38
* [test] Rewrite CMS tests using okx()Michael Brown2014-03-311-14/+40
* [test] Rewrite X.509 tests using okx()Michael Brown2014-03-311-61/+145
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-282-37/+67
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-120/+833
* [settings] Remove "uristring" setting typeMichael Brown2014-02-261-13/+0
* [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