Files
tor/src/test
Nick Mathewson f060b18e6c Fix a rare bug in rend_fn tests when the randomly generated port is 0
Since the rend code doesn't like the port to be 0, we shouldn't generate
the port by declaring crypto_rand_int(65536); instead we should
say crypto_rand_int(65535)+1.

Diagnosed by Matt Edman; fixes bug 1808.
2010-08-07 14:31:58 -04:00
..
2010-04-14 19:28:21 +02:00
2010-07-27 10:00:46 +02:00
2010-07-27 07:58:15 +02:00
2010-06-25 12:40:33 -04:00