Nick Mathewson
|
f8f407d66a
|
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
It needed an argument before because it wasn't safe to call
RAND_poll() on openssl 0.9.8c if you had already opened more fds
than would fit in fd_set.
|
2015-05-20 15:27:36 -04:00 |
|
Nick Mathewson
|
511ca9b91c
|
Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.
Closes ticket 13736.
|
2015-03-14 12:40:55 -04:00 |
|
Tom van der Woerdt
|
d39ede7f20
|
testing_common.c: avoid side-effects of tor_assert
|
2015-03-09 11:10:58 -04:00 |
|
Nick Mathewson
|
7322de15dc
|
Split the slow unit tests into their own binary
This can run in parallel with the faster ones and the other tests.
|
2015-01-23 11:15:53 -05:00 |
|