tor/src/test
Nick Mathewson 266419d244 Tolerate curve25519 backends where the high bit of the pk isn't ignored
Right now, all our curve25519 backends ignore the high bit of the
public key. But possibly, others could treat the high bit of the
public key as encoding out-of-bounds values, or as something to be
preserved. This could be used to distinguish clients with different
backends, at the cost of killing a circuit.

As a workaround, let's just clear the high bit of each public key
indiscriminately before we use it. Fix for bug 8121, reported by
rransom. Bugfix on 0.2.4.8-alpha.
2013-02-07 14:09:01 -05:00
..
bench.c Rename *_isin to *_contains 2013-01-16 16:57:11 -05:00
include.am Actually link against nacl when we want to use it 2013-01-16 13:07:52 -05:00
Makefile.nmake Add a missing part of bug 7311's makefile.nmake tweaks 2013-01-17 10:01:22 -05:00
ntor_ref.py Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_addr.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_cell_formats.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_config.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_containers.c Aftermath of isin->contains renaming 2013-01-16 16:57:32 -05:00
test_crypto.c Tolerate curve25519 backends where the high bit of the pk isn't ignored 2013-02-07 14:09:01 -05:00
test_data.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_dir.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_introduce.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_microdesc.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_ntor_cl.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_pt.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_replay.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test_util.c Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test. 2013-02-01 16:09:16 -05:00
test-child.c Update the copyright date to 201. 2013-01-16 01:54:56 -05:00
test.c Fix unit test to not expect v2 directory request geoip info 2013-01-29 12:01:41 -05:00
test.h Update the copyright date to 201. 2013-01-16 01:54:56 -05:00