cryb-to/t
Dag-Erling Smørgrav 894cc207b9 Additional tests for cryb_mpi_{add,sub}_abs().
These tests reveal that both functions assume that the target is initially positive zero if it is not identical with one of the operands, and fail in various ways if it is not, or if it is uninitialized.
2017-02-19 17:11:02 +01:00
..
.gitignore Add a test that ensures that our headers are compilable in C++. 2017-01-24 15:08:48 +01:00
Makefile.am Add a test that ensures that our headers are compilable in C++. 2017-01-24 15:08:48 +01:00
t__string.c Add test cases for the new string functions. 2016-09-17 23:32:11 +02:00
t_adler.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_aes.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_assert.c Implement our own assert() and, more importantly, assertf(). 2016-11-14 13:00:51 +01: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 Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_cxx.cc Add a test that ensures that our headers are compilable in C++. 2017-01-24 15:08:48 +01: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 Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_fletcher.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_hash.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_hmac_sha1.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha224.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha256.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha384.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha512.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_mac.c Add missing third clause to new files. 2016-09-17 16:22:19 +02:00
t_md2.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_md4.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_md5.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_memset_s.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_mpi.c Additional tests for cryb_mpi_{add,sub}_abs(). 2017-02-19 17:11:02 +01:00
t_murmur3_32.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_oath.c Add version tests for libcryb-oath and libcryb-rand. 2016-11-21 13:52:19 +01:00
t_pearson.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_rand.c Add version tests for libcryb-oath and libcryb-rand. 2016-11-21 13:52:19 +01:00
t_rc4.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_rfc3986.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_rfc4648.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_sha1.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_sha224.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_sha256.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_sha384.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_sha512.c Solve further asprintf() issues by sweeping them under the rug. 2016-09-18 22:40:48 +02:00
t_string.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_strlcat.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_strlcmp.c Remove unneeded #includes. 2016-09-17 16:05:31 +02:00
t_strlcpy.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_wstring.c Add test cases for the new string functions. 2016-09-17 23:32:11 +02:00