summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a couple of allow(unused) notationsNick Mathewson2020-10-092-2/+0
* mark off a TODO item.Nick Mathewson2020-10-091-1/+1
* Fix a pair of bugs in SENDME handling.Nick Mathewson2020-10-091-13/+10
* Move counts_towards_windows() code into circuit moduleNick Mathewson2020-10-096-19/+19
* client-main: Add an option to run a test more than onceNick Mathewson2020-10-092-6/+12
* add point estimates to TODONick Mathewson2020-10-091-37/+45
* check off the deadlock in the todo.Nick Mathewson2020-10-091-1/+1
* Split information about circuit hops into inbound and outbound.Nick Mathewson2020-10-092-61/+172
* Split client relay crypto into separate directionsNick Mathewson2020-10-093-77/+179
* client-demo:Be louder on reactor failure.Nick Mathewson2020-10-091-1/+4
* Fix counting rules for circuit-level sendmes.Nick Mathewson2020-10-091-4/+4
* Logic error: negate test for sendme cells in counts_towards_windowsNick Mathewson2020-10-091-1/+1
* Expose --flood and --dl switches on client-demoNick Mathewson2020-10-091-4/+22
* Add routerdesc examplesNick Mathewson2020-10-077-0/+343
* netdoc: more tests for routerdesc parsingNick Mathewson2020-10-072-5/+107
* A few more tests in tor-netdocNick Mathewson2020-10-072-3/+90
* netdoc: test for signature/key checking funcNick Mathewson2020-10-071-0/+11
* mdconsensus: add tests for a few accessorsNick Mathewson2020-10-061-3/+26
* tests for some failing cases in mdconsensusNick Mathewson2020-10-0612-7/+781
* Tokenize: report accurate positions for more parsing errorsNick Mathewson2020-10-021-2/+18
* microdesc parsing: tests for bad microdescsNick Mathewson2020-10-023-0/+66
* tests and fixes for md content parsingNick Mathewson2020-10-022-11/+46
* Make rsa::PublicKey derive Debug.Nick Mathewson2020-10-021-1/+1
* Remove an unwrap() from tor-cert.Nick Mathewson2020-10-021-6/+6
* Use batch verification in client<->relay handshake.Nick Mathewson2020-10-022-7/+20
* Enable batch ed25519 verification.Nick Mathewson2020-10-024-3/+62
* netdoc: remove some outdated/unused stuff.Nick Mathewson2020-10-022-12/+6
* authcert: test error recovery.Nick Mathewson2020-10-021-10/+36
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-025-15/+84
* authcert: add tests for several ways certs can fail.Nick Mathewson2020-10-026-1/+263
* authcert: fix an error, and detect mismatched fingerprintsNick Mathewson2020-10-021-4/+14
* netdoc: rename BadVersion to BadTorVersion for clarityNick Mathewson2020-10-012-7/+7
* improve errors in authcert.rsNick Mathewson2020-10-012-12/+30
* Remove redundant signature check in authcert parsing.Nick Mathewson2020-09-301-4/+0
* More tests on parsing, plus remove dead code.Nick Mathewson2020-09-302-20/+56
* Start on some parser backend testsNick Mathewson2020-09-301-0/+77
* tokenize: accept base64 with funny linewraps.Nick Mathewson2020-09-301-3/+3
* README editsNick Mathewson2020-09-301-10/+19
* More tests for tokenize.rs, with some bugfixesNick Mathewson2020-09-302-47/+192
* Start on some tests for parse::tokenize.rsNick Mathewson2020-09-294-4/+60
* Add tests for macros module in tor-netdoc.Nick Mathewson2020-09-291-4/+57
* cargo upgradeNick Mathewson2020-09-292-3/+3
* Throw a rudimentary CLI onto client-demo.Nick Mathewson2020-09-292-14/+37
* Tests and minor debugging in tor_netdoc::types::policyNick Mathewson2020-09-294-23/+250
* More tests for tor_netdoc::typesNick Mathewson2020-09-294-4/+264
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-2926-350/+353
* Move RelayCell into a more reasonable place.Nick Mathewson2020-09-296-116/+118
* Remove idmap as needlessly complex.Nick Mathewson2020-09-294-52/+39
* make it work on rust 1.45Nick Mathewson2020-09-281-1/+1
* test vectors for cell crypto.Nick Mathewson2020-09-283-3/+61