cryb-to/t
2015-10-03 15:13:17 +00:00
..
Makefile.am Kick off libcryb-cipher with AES (from XySSL) and RC4 (my own). 2015-10-03 14:24:59 +00:00
t.h Increase the sizeo of t_zero to 4096 bytes. 2015-08-18 15:14:11 +00:00
t__string.c I had forgotten that t_add_test() is actually a printf()-like variadic 2014-12-29 14:24:08 +00:00
t_adler.c Fix ossifrage underflow error in Adler32 unit test 2015-10-03 14:20:07 +00:00
t_aes.c Add more AES test vectors 2015-10-03 15:13:17 +00:00
t_const.c Increase the sizeo of t_zero to 4096 bytes. 2015-08-18 15:14:11 +00:00
t_ctype.c
t_endian.c Add 16-bit endian conversion functions. 2015-08-17 15:37:07 +00:00
t_file.c Add <stdint.h> for the {,u}int*_t types. 2014-10-30 12:51:03 +00:00
t_fletcher.c Rewrite unit tests for the Fletcher and Adler checksums to exercise 2015-08-28 08:38:49 +00:00
t_hmac_sha1.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_hmac_sha224.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_hmac_sha256.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_hmac_sha384.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_hmac_sha512.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_main.c If a test case triggers one of a list of signals (including SIGABRT and 2015-08-19 11:17:06 +00:00
t_malloc.c Introduce t_malloc_fail_after: if non-zero, it serves as a countdown to 2014-12-29 23:49:29 +00:00
t_md2.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_md4.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_md5.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_memset_s.c Add a memset_s() implementation (cf. C11 / WG14 N1381) 2015-02-15 09:18:18 +00:00
t_mpi.c Rewrite the zero shortcut tests to avoid dropping a const qualifier. 2014-12-30 20:03:58 +00:00
t_murmur3_32.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_pearson.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_rc4.c Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +00:00
t_rfc3986.c
t_rfc4648.c
t_sha1.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_sha224.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_sha256.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_sha384.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_sha512.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_string.c Test string_equal() using the same test cases as for string_compare(). 2014-12-29 13:36:06 +00:00
t_strlcat.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcmp.c Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
t_strlcpy.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_util.c Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
t_wstring.c Test string_equal() using the same test cases as for string_compare(). 2014-12-29 13:36:06 +00:00