summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
* [ntlm] Add support for NTLM authentication mechanismMichael Brown2017-11-121-0/+1
* [crypto] Add MD4 message digest algorithmMichael Brown2017-11-121-0/+1
* [crypto] Add PEM image formatMichael Brown2016-07-291-0/+1
* [crypto] Add DER image formatMichael Brown2016-07-291-0/+1
* [bitops] Add generic atomic bit test, set, and clear functionsMichael Brown2016-03-161-0/+1
* [iobuf] Improve robustness of I/O buffer allocationMichael Brown2016-02-111-0/+1
* [linebuf] Support buffering of multiple linesMichael Brown2015-07-281-0/+1
* [test] Generalise cipher tests and use okx()Michael Brown2015-07-271-1/+1
* [peerdist] Add support for decoding PeerDist Content InformationMichael Brown2015-04-131-0/+1
* [crypto] Add SHA-512 algorithmMichael Brown2015-04-121-0/+1
* [test] Add setjmp()/longjmp() self-testsMichael Brown2015-04-071-0/+1
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [test] Add IPv4 self-testsMichael Brown2015-02-181-0/+1
* [test] Add constant-length memset() self-testsMichael Brown2015-02-171-0/+1
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-0/+1
* [test] Add self-tests for flsl()Michael Brown2014-04-241-0/+1
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-0/+1
* [dns] Support DNS search listsMichael Brown2014-02-051-0/+1
* [png] Add support for PNG imagesMichael Brown2014-01-121-0/+1
* [deflate] Add support for DEFLATE decompressionMichael Brown2014-01-061-0/+1
* [pnm] Add support for PNM imagesMichael Brown2013-11-271-0/+1
* [ipv6] Replace IPv6 stackMichael Brown2013-09-031-0/+1
* [test] Add self-tests for snprintf()Michael Brown2013-08-121-0/+1
* [test] Add self-tests for base16Michael Brown2013-07-121-0/+1
* [test] Add self-tests for string functionsMichael Brown2012-11-121-0/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [test] Add self-tests for TCP/IP checksum calculationMichael Brown2012-06-271-0/+1
* [test] Add memcpy() self-testsMichael Brown2012-06-271-0/+1
* [test] Add self-tests for base64Michael Brown2012-05-201-0/+1
* [test] Add self-tests for OCSPMichael Brown2012-05-151-0/+1
* [test] Add self-tests for crc32_le()Michael Brown2012-05-071-0/+1
* [test] Add self-tests for setting typesMichael Brown2012-04-171-0/+1
* [test] Add CMS self-testsMichael Brown2012-03-221-0/+1
* [test] Add X.509 self-testsMichael Brown2012-03-221-0/+1
* [test] Add self-tests for mktime()Michael Brown2012-03-191-0/+1
* [test] Add self-tests for RSAMichael Brown2012-03-181-0/+1
* [test] Add big integer self-testsMichael Brown2012-03-141-0/+1
* [test] Add NIST self-tests for AES128 and AES256 in CBC modeMichael Brown2012-03-061-0/+1
* [test] Add self-tests for MD5 algorithmMichael Brown2012-03-051-0/+1
* [test] Add self-tests for SHA-256 algorithmMichael Brown2012-03-051-0/+1
* [test] Add self-tests for byte-order swapping functionsMichael Brown2012-03-041-0/+1
* [test] Allow self-tests to be run individuallyMichael Brown2012-02-271-0/+31