diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-01 14:06:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-01 14:06:09 -0500 |
commit | f6697d5b3bbd4fbb18362158b01346aab8915254 (patch) | |
tree | 7f9a88497ab3047a8db67ef48356897f169eeb0c /changes/onion_tap_tests | |
parent | 045c989d037058293e9320db7c7d8143d5d3aa4c (diff) | |
download | tor-f6697d5b3bbd4fbb18362158b01346aab8915254.tar tor-f6697d5b3bbd4fbb18362158b01346aab8915254.tar.gz |
More unit tests for old TAP onion handshake.
The test coverage for onion_tap.c is now at 89%, up from 67%.
Diffstat (limited to 'changes/onion_tap_tests')
-rw-r--r-- | changes/onion_tap_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/onion_tap_tests b/changes/onion_tap_tests new file mode 100644 index 000000000..f98243323 --- /dev/null +++ b/changes/onion_tap_tests @@ -0,0 +1,2 @@ + o New unit tests: + - Unit tests for failing cases of the TAP onion handshake. |