summaryrefslogtreecommitdiff
path: root/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* netdir: don't use relays with NoEdConsensus flag set.Nick Mathewson2020-10-191-1/+5
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-4/+3
* Calculate digest correctly when microdesc ends with base64 object.Nick Mathewson2020-10-193-23/+43
* Netdoc: validate objects even on unrecognized items.Nick Mathewson2020-10-194-10/+38
* portpolicy: note a spec issueNick Mathewson2020-10-191-1/+2
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-186-7/+7
* Update microdesc parsing: ed25519 keys are no longer optional.Nick Mathewson2020-10-181-10/+8
* Cleanup from prop315 implementation.Nick Mathewson2020-10-162-15/+10
* Implement proposal 315: make various directory fields requiredNick Mathewson2020-10-162-18/+8
* Run "cargo upgrade".Nick Mathewson2020-10-151-4/+4
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-152-13/+19
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-105-7/+255
* Document most private items in tor-netdoc.Nick Mathewson2020-10-0910-8/+114
* 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-0611-6/+780
* 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
* 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
* 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
* 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-2925-347/+350
* Rename remaining get_ accessorsNick Mathewson2020-09-287-130/+124
* tor_cert: rename accessorsNick Mathewson2020-09-283-4/+4
* Rename some identifiers in tor-linkspec.Nick Mathewson2020-09-281-3/+3
* Fix a few clippy issuesNick Mathewson2020-09-271-2/+2
* Run cargo upgrade.Nick Mathewson2020-09-261-1/+1
* Give up on suppressing that nightly-only clippy warningNick Mathewson2020-09-181-6/+2
* Make consensus documents valid DistDelay seconds earlier.Nick Mathewson2020-09-181-1/+4
* Resolve some nightly-only clippy warningsNick Mathewson2020-09-172-1/+3
* Fix a panic bug in microdesc parsing.Nick Mathewson2020-09-172-1/+4
* Add fuzzers for certs, netdoc, and proto.Nick Mathewson2020-09-177-0/+106
* use more correct expiration timesNick Mathewson2020-09-171-3/+2