cryb-to/t
Dag-Erling Smørgrav 882312950d Test libc strlcat() and strlcpy().
On systems that have strlcat() and strlcpy() in libc, run the tests twice (once with our implementation and once with the system's) to verify that our tests are correct.
2017-05-01 21:20:50 +02:00
..
.gitignore Add unit tests for {rol,ror}{8,16,32,64}. 2017-04-22 01:41:06 +02:00
Makefile.am Fix include paths for some tests. 2017-04-29 18:28:54 +02:00
t__string.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_adler.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_aes.c Use CAVP test vectors for AES and DES. 2017-04-06 19:51:45 +02:00
t_assert.c Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
t_chacha.c Remove incorrect and unnecessary casts. 2017-04-06 19:51:45 +02:00
t_cipher.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_core.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_ctype.c Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
t_cxx.cc Disable coverage analysis of the C++ test. 2017-02-19 17:33:42 +01:00
t_des.c Use CAVP test vectors for AES and DES. 2017-04-06 19:51:45 +02:00
t_digest.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_enc.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_endian.c Fix a typo that broke some of the tests on big-endian platforms. 2017-04-21 21:28:47 +02:00
t_fletcher.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hash.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_hmac_sha1.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha224.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha256.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha384.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha512.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_mac.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_md2.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_md4.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_md5.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_memset_s.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_mpi.c Cosmetic fixups. 2017-04-06 19:51:47 +02:00
t_mpi.h Print words in the correct order, and tack on the MSB. 2017-04-06 19:52:23 +02:00
t_mpi_addsub.c Clear a vector that was supposed to be zero. 2017-04-06 19:52:23 +02:00
t_mpi_compar.c Fix equality predicates. 2017-04-22 05:32:25 +02:00
t_mpi_gcd.c Implement GCD using Stein's binary algorithm. 2017-04-06 19:51:47 +02:00
t_mpi_muldiv.c Implement MPI division. 2017-04-06 19:52:23 +02:00
t_murmur3_32.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_oath.c Add version tests for libcryb-oath and libcryb-rand. 2016-11-21 13:52:19 +01:00
t_pearson.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_rand.c Add version tests for libcryb-oath and libcryb-rand. 2016-11-21 13:52:19 +01:00
t_rc4.c Use the keystream function like we do for other stream ciphers. 2017-04-06 19:51:45 +02:00
t_rfc3986.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_rfc4648.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_rolror.c Add unit tests for {rol,ror}{8,16,32,64}. 2017-04-22 01:41:06 +02:00
t_salsa.c Correct information about Joachim Strömbergson's contributions. 2017-04-06 19:51:46 +02:00
t_sha1.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha224.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha256.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha384.c Major cleanup of the MD and SHA digests. 2017-04-06 19:51:46 +02:00
t_sha512.c Major cleanup of the MD and SHA digests. 2017-04-06 19:51:46 +02:00
t_string.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_strlcat.c Test libc strlcat() and strlcpy(). 2017-05-01 21:20:50 +02:00
t_strlcmp.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_strlcpy.c Test libc strlcat() and strlcpy(). 2017-05-01 21:20:50 +02:00
t_wstring.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00