cryb-to/lib
Dag-Erling Smørgrav 955cbc3013 Add t_malloc_snapshot() which writes a snapshot of the allocator state to
a caller-provided buffer.  Use it to warn about leaks in each individual
test case.  Note that we can't fail a test case for leaking, because
individual test cases in a unit may modify shared state which is cleaned
up at the end of the series.
2015-11-02 19:34:03 +00:00
..
cipher Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
core Clear up confusion between lengths and sizes. 2015-10-13 21:42:57 +00:00
cpe
digest Use our own endianness conversion macros. 2015-10-04 07:07:53 +00:00
enc
hash Add a simple implementation of the Adler-32 checksum. 2015-08-18 13:27:06 +00:00
mac
mpi Always clear the negative flag in mpi_zero() 2015-10-03 14:23:32 +00:00
oath
rand
rsaref
test Add t_malloc_snapshot() which writes a snapshot of the allocator state to 2015-11-02 19:34:03 +00:00
Makefile.am Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00