cryb-to/lib
Dag-Erling Smørgrav 8e0f4a293e Determine the default for CRYB_LEAKTEST at run-time.
When cryb-test is used as a framework for another project, the compile-time test is useless since cryb-test itself will have been built with coverage disabled.  Besides, it is not a reliable indicator of whether leak detection will work.  Instead, check if the heap is already dirty when we first gain control.
2017-05-11 00:08:45 +02:00
..
cipher Fix counter increment in Salsa and ChaCha. 2017-04-22 03:10:10 +02:00
core Improve man pages for strlcat() and strlcpy(). 2017-05-02 12:52:19 +02:00
cpe Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
digest Use the English name of the University. 2017-04-29 02:31:15 +02:00
enc Avoid any assumptions about the signedness of char. 2017-04-21 18:56:52 +02:00
hash Use the English name of the University. 2017-04-29 02:31:15 +02:00
mac Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mpi Fix equality predicates. 2017-04-22 05:32:25 +02:00
oath Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rand Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Determine the default for CRYB_LEAKTEST at run-time. 2017-05-11 00:08:45 +02:00
Makefile.am Fix typo in libcryb-rand's Makefile and ensure that it is built before libcryb-oath, which uses it. 2016-11-21 13:46:49 +01:00