aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_shared_random.c
AgeCommit message (Expand)Author
2018-06-29Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-29Fix a memory error in test_shared_randomNick Mathewson
2018-06-29Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-23Fix memory leak in test_sr_setup_commits().Alexander Færøy
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-14Move dir_server_t into its own header.Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}David Goulet
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-04-27dirvote: Extract shared functions to common fileDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-11-07Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-31test: Fix voting schedule for shared randomDavid Goulet
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-10-27sr: Don't use a dynamic voting scheduleDavid Goulet
2017-09-12Fix warnings about passing uninitialized buffers into functionsNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-08prop224 tests: Improve SRV protocol tests.George Kadianakis
2017-08-08SR: Calculate current SRV phase/run duration.George Kadianakis
2017-08-08SR: Compute the start time of the current protocol run.George Kadianakis
2017-05-31Bugfix: Regenerate more certificates when appropriateNick Mathewson
2016-10-27Convert remaining files to smartlist_add_strdupovercaffeinated
2016-09-09Chop another ~93 RSA key generations out of the unit testsNick Mathewson
2016-09-08capture and detect expected BUG messages in shared-random testsNick Mathewson
2016-09-08Resolve more BUG warnings in the unit testsNick Mathewson
2016-09-01Fix memory leaks in the shared random tests.Nick Mathewson
2016-08-26test: Fix shared random unit test for big endianDavid Goulet
2016-07-05Test: fix shared random test checking bad errnoDavid Goulet
2016-07-05Fix shared-random testNick Mathewson
2016-07-05Merge remote-tracking branch 'dgoulet/bug19567_029_01'Nick Mathewson
2016-07-05Merge remote-tracking branch 'asn/bug19551'Nick Mathewson
2016-07-04sr: add the base16 RSA identity digest to commitDavid Goulet
2016-07-04test: Fix shared random buffer overrunDavid Goulet
2016-07-02Fix edge case fail of shared random unittest.George Kadianakis
2016-07-01Keep make check-spaces happyAndrea Shepard
2016-07-01Windows open() returns eacces when eisdir would be saneNick Mathewson