Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Basic tests for the handoff code: let's make sure we can encode them
Decoding tests will follow later
- Loading branch information
Showing
with
174 additions
and 74 deletions.
- +3 −3 src/or/control.c
- +2 −1 src/or/control.h
- +2 −69 src/or/rendservice.c
- +66 −0 src/or/rendservice.h
- +101 −1 src/test/test_introduce.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters