aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_rand.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-05crytpo: Make sure we check return of ssh_get_random() correctlyAndreas Schneider1-3/+3
2018-03-21tests: Fix mixed code compiler warning in torture_randAndreas Schneider1-1/+2
2018-02-12tests: Fix segfault with mbedTLS built without threading supportjvijtiuk1-1/+5
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-5/+12
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2011-01-06tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider1-0/+1
2010-12-28tests: Migrated torture_rand to cmockery.Andreas Schneider1-34/+40
2010-12-19Fixed memory leak reported by valgrindAris Adamantiadis1-2/+5
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-1/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+1
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-1/+0
2010-09-03Made pthread threading a user macroAris Adamantiadis1-0/+5
2010-09-01Openssl implementation of threading + default impAris Adamantiadis1-0/+5
2010-08-31some more work on threading but not complete yetAris Adamantiadis1-2/+2
2010-08-30Added test for the openssl threadingAris Adamantiadis1-0/+49