aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_sendme.c
AgeCommit message (Expand)Author
2022-02-22Add test for sendme_cell_is_next with sendme_inc of 31Mike Perry
2022-02-22Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.Mike Perry
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-05-27Tests for deciding how full our relay cells should beNick Mathewson
2019-05-22sendme: Always pop last SENDME digest from circuitDavid Goulet
2019-05-22sendme: Never fallback to v0 if unknown versionDavid Goulet
2019-05-22sendme: Record cell digest on both client and exitDavid Goulet
2019-04-29sendme: Better function namesDavid Goulet
2019-04-29sendme: Better handle the random paddingDavid Goulet
2019-04-29prop289: Keep the digest bytes, not the objectDavid Goulet
2019-04-29prop289: Use a 20 bytes digest instead of 4David Goulet
2019-04-29tests: Implement unit tests for SENDME v1David Goulet