cryb-to/t
Dag-Erling Smørgrav 9ee45d4e34 Fix sign bug in special cases in mpi_{add,sub}_abs().
We failed to clear the negative flag when handling trivial cases, so if one of the terms was 0 and the other was negative, the result would be an exact copy of the non-zero term instead of its absolute value.
2017-04-06 19:51:47 +02:00
..
.gitignore Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +02:00
Makefile.am Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +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 Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01: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 Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +02:00
t_mpi.h Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +02:00
t_mpi_addsub.c Fix sign bug in special cases in mpi_{add,sub}_abs(). 2017-04-06 19:51:47 +02:00
t_mpi_compar.c Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +02:00
t_mpi_muldiv.c Split up the 150+ mpi test cases into smaller groups. 2017-04-06 19:51:47 +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_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 Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01: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 Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_wstring.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00