aboutsummaryrefslogtreecommitdiff
path: root/tor-cell
Commit message (Expand)AuthorAgeFilesLines
...
* fix fuzzing targets that broke from recent refactoringNick Mathewson2020-09-272-4/+3
* Tests for relay cell encoding/decoding.Nick Mathewson2020-09-271-0/+62
* Tests for channel-cell codecNick Mathewson2020-09-272-1/+137
* Add tests for certs cell accessorsNick Mathewson2020-09-271-2/+11
* Test a few more channel cell types.Nick Mathewson2020-09-272-4/+112
* test ipv6 connected cellNick Mathewson2020-09-272-0/+11
* Tests for Unrecognized and Data relay messagesNick Mathewson2020-09-272-0/+46
* Add tests for END_REASON_EXITPOLICY messages.Nick Mathewson2020-09-262-1/+21
* More tests for begin cells, plus fixesNick Mathewson2020-09-262-4/+39
* add a spec conformance commentNick Mathewson2020-09-261-0/+2
* Add tests for a few more relay message typesNick Mathewson2020-09-262-24/+152
* Add test vectors for a few relay message types.Nick Mathewson2020-09-264-25/+291
* Use the correct value for TAP_C_HANDSHAKE_LENNick Mathewson2020-09-261-1/+1
* tor-proto conformance: do not write zero-valued flags in begin cell.Nick Mathewson2020-09-261-1/+3
* tor-cell: Add some test vectors for channel messagesNick Mathewson2020-09-263-12/+355
* update fuzzing cfg for tor-cell crateNick Mathewson2020-09-261-2/+2
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-2612-0/+2282