Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | Replace usage of INLINE with inline | cypherpunks | |
This patch was generated using; sed -i -e "s/\bINLINE\b/inline/" src/*/*.[ch] src/*/*/*.[ch] | |||
2015-05-29 | Fix a sizeof(ptr) mistake in test-memwipe.c | Nick Mathewson | |
2015-04-30 | Add missing newline in memwipe test. | cypherpunks | |
2015-04-15 | Fix spaces in crypto.h and test-memwipe.c | teor | |
2015-03-19 | Here is a test for memwipe. | Nick Mathewson | |
It invokes undefined behavior, I'm afraid, since there's no other c-legal way to test whether memwipe() works when we're not allowed to look at it. Closes ticket 15377. |