index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_shared_random.c
Age
Commit message (
Expand
)
Author
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-14
Move dir_server_t into its own header.
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-01
sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}
David Goulet
2018-05-01
vote: Move dirvote_recalculate_timing() to voting_schedule.c
David Goulet
2018-04-27
dirvote: Extract shared functions to common file
David Goulet
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-11-07
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-10-31
test: Fix voting schedule for shared random
David Goulet
2017-10-27
Make sure all C files have copyright/license notices
Nick Mathewson
2017-10-27
sr: Don't use a dynamic voting schedule
David Goulet
2017-09-12
Fix warnings about passing uninitialized buffers into functions
Nick Mathewson
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
apply ahf's test_assert_int.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-08-08
prop224 tests: Improve SRV protocol tests.
George Kadianakis
2017-08-08
SR: Calculate current SRV phase/run duration.
George Kadianakis
2017-08-08
SR: Compute the start time of the current protocol run.
George Kadianakis
2017-05-31
Bugfix: Regenerate more certificates when appropriate
Nick Mathewson
2016-10-27
Convert remaining files to smartlist_add_strdup
overcaffeinated
2016-09-09
Chop another ~93 RSA key generations out of the unit tests
Nick Mathewson
2016-09-08
capture and detect expected BUG messages in shared-random tests
Nick Mathewson
2016-09-08
Resolve more BUG warnings in the unit tests
Nick Mathewson
2016-09-01
Fix memory leaks in the shared random tests.
Nick Mathewson
2016-08-26
test: Fix shared random unit test for big endian
David Goulet
2016-07-05
Test: fix shared random test checking bad errno
David Goulet
2016-07-05
Fix shared-random test
Nick Mathewson
2016-07-05
Merge remote-tracking branch 'dgoulet/bug19567_029_01'
Nick Mathewson
2016-07-05
Merge remote-tracking branch 'asn/bug19551'
Nick Mathewson
2016-07-04
sr: add the base16 RSA identity digest to commit
David Goulet
2016-07-04
test: Fix shared random buffer overrun
David Goulet
2016-07-02
Fix edge case fail of shared random unittest.
George Kadianakis
2016-07-01
Keep make check-spaces happy
Andrea Shepard
2016-07-01
Windows open() returns eacces when eisdir would be sane
Nick Mathewson
2016-07-01
Fix i386 conversion warnings
Nick Mathewson
2016-07-01
Fix a -Wmissing-variable-declarations warning
Nick Mathewson
2016-07-01
prop250: Add a DEL state action and return const SRVs
David Goulet
2016-07-01
prop250: Use the new dirvote_get_intermediate_param_value for AuthDirNumSRVAg...
David Goulet
2016-07-01
prop250: Change reveal_num to uint64_t and version to uint32_t
David Goulet
2016-07-01
prop250: Don't reject votes containing commits of unknown dirauths.
George Kadianakis
2016-07-01
prop250: Fix unit tests about the RSA fingerprint check
David Goulet
2016-07-01
prop250: Sort smartlist before you get most frequent SRV.
George Kadianakis
2016-07-01
prop250: Use RSA identity digest instead of fingerprint
David Goulet
2016-07-01
prop250: Add unit tests
David Goulet