Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft | |
* ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains the memwipe() function, since all crypto_* modules need this). * FIXES part of #24658: https://bugs.torproject.org/24658 | |||
2017-07-07 | test: Move some test code to test helpers. | George Kadianakis | |
Move code to create connection streams and rend_data structures to test_helpers so that we can use them from the e2e rendezvous circuit unittests. | |||
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-10-21 | Fix numerous leaks and memory errors in tests. Found by valgrind | Nick Mathewson | |
2015-10-06 | Merge remote-tracking branch 'twstrike/rendcache_tests' | Nick Mathewson | |
Conflicts: src/test/include.am src/test/rend_test_helpers.c src/test/rend_test_helpers.h | |||
2015-10-05 | Fix spaces and other smaller issues | Ola Bini | |
2015-09-15 | Add tests for directory_handle_command_get | Reinaldo de Souza Jr | |
2015-09-15 | Add tests for the rend cache | Ola Bini | |