tor/src
Isis Lovecruft 6eea0dc5f1
rust: Port all C protover_all_supported tests to Rust.
The behaviours still do not match, unsurprisingly, but now we know where a
primary difference is: the Rust is validating version ranges more than the C,
so in the C it's possible to call protover_all_supported on a ridiculous
version range like "Sleen=0-4294967294" because the C uses
MAX_PROTOCOLS_TO_EXPAND to count the number of *subprotocols* whereas the Rust
uses it to count the total number of *versions* of all subprotocols.
2018-04-02 19:20:39 +00:00
..
common Merge remote-tracking branch 'hello71/bug25398' 2018-03-28 14:47:05 -04:00
config Merge branch 'maint-0.3.1' into maint-0.3.2 2018-03-13 10:59:30 -04:00
ext Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 2018-03-26 20:12:59 -04:00
or protover: Change protover_all_supported() to return only unsupported. 2018-04-02 19:20:36 +00:00
rust rust: Port all C protover_all_supported tests to Rust. 2018-04-02 19:20:39 +00:00
test tests: Run all existing protover tests in both languages. 2018-04-02 19:20:38 +00:00
tools Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 2018-03-26 20:12:59 -04:00
trace Add stub function for libor-trace. 2017-04-25 18:02:19 +02:00
trunnel Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
win32 bump version to 0.3.3.4-alpha-dev 2018-03-29 11:24:02 -04:00
include.am Add --enable-rust configure switch 2017-04-29 08:55:57 +02:00