aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_intropoint.c
AgeCommit message (Expand)Author
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-23Fix memory leak in new_establish_intro_cell().Alexander Færøy
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-16Fix a (spurious) scan-build warning in test_introduce1_validation()Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-09-15Replace accumulated C ;;s with ;sNick Mathewson
2017-09-12Fix warnings about passing uninitialized buffers into functionsNick Mathewson
2017-08-28In test_establish_intro_wrong_purpose, use tt_i64_op on ssize_tNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-09prop224: Fix coverity warnings from #20657 merge.George Kadianakis
2017-08-08test: Refactor HS tests to use the new ESTABLISH_INTRO cell codeDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-05-11Untangle cleanup logic in test_hs_intropoint.cTaylor Yu
2017-04-17prop224 tests: Don't use tt_size_op to compare ssize_t.George Kadianakis
2017-04-13fix wide linesNick Mathewson
2017-04-13Merge branch 'ticket21889_031_01_squashed'Nick Mathewson
2017-04-13hs: Add service-side circuitmap API.George Kadianakis
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-24hs: Fix bad use of sizeof() when encoding ESTABLISH_INTRO legacy cellDavid Goulet
2017-02-01Add checks for expected log messages in test_hs_intropoint.Alexander Færøy
2017-01-19Fix return type in test_hs_intropoint.cNick Mathewson
2017-01-18whitespace fixesNick Mathewson
2017-01-18Merge remote-tracking branch 'dgoulet/ticket20029_030_06-resquash'Nick Mathewson
2017-01-18prop224: Add unit tests for INTRODUCE1 supportDavid Goulet
2017-01-18prop224: Add INTRODUCE1 cell relay supportDavid Goulet
2017-01-13fix wide linesNick Mathewson
2017-01-10test: Add ESTABLISH_INTRO unit testsDavid Goulet
2016-12-14crypto: Change crypto_mac_sha3_256 to use the key length in the constructionDavid Goulet
2016-12-14prop224: Add unittests handling v3 ESTABLISH_INTRO cells.George Kadianakis