summaryrefslogtreecommitdiff
path: root/tor-cell/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+2
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-1/+1
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-3/+3
* Remove a couple of stray dbg!() calls.Nick Mathewson2020-11-191-1/+0
* tor-cell: In netinfo, unspecified addresses are None.Nick Mathewson2020-10-291-6/+10
* Rename CircID and StreamID to end with Id instead, for consistencyNick Mathewson2020-10-252-11/+11
* A few coverage-driven tests in tor-cell.Nick Mathewson2020-10-212-2/+58
* Specify and test correct handling for bogus netinfo addrsNick Mathewson2020-10-211-5/+26
* Use DestroyReason for Truncated messages.Nick Mathewson2020-10-191-1/+1
* Turn End reasons into a caret enumeration.Nick Mathewson2020-10-191-1/+1
* Add an enumeration for destroy reasons.Nick Mathewson2020-10-191-2/+2
* Move RelayCell into a more reasonable place.Nick Mathewson2020-09-291-1/+1
* Rename remaining get_ accessorsNick Mathewson2020-09-282-4/+4
* A few more unit tests for tor-cellNick Mathewson2020-09-281-0/+26
* Tests for relay cell encoding/decoding.Nick Mathewson2020-09-271-0/+62
* Tests for channel-cell codecNick Mathewson2020-09-271-0/+136
* Add tests for certs cell accessorsNick Mathewson2020-09-271-2/+11
* Test a few more channel cell types.Nick Mathewson2020-09-271-4/+71
* test ipv6 connected cellNick Mathewson2020-09-271-0/+8
* Tests for Unrecognized and Data relay messagesNick Mathewson2020-09-271-0/+37
* Add tests for END_REASON_EXITPOLICY messages.Nick Mathewson2020-09-261-1/+13
* More tests for begin cells, plus fixesNick Mathewson2020-09-261-1/+14
* Add tests for a few more relay message typesNick Mathewson2020-09-261-4/+91
* Add test vectors for a few relay message types.Nick Mathewson2020-09-262-6/+226
* tor-cell: Add some test vectors for channel messagesNick Mathewson2020-09-261-0/+244