aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-08-25 10:40:33 -0400
committerNick Mathewson <nickm@torproject.org>2021-08-26 15:09:56 -0400
commit088c0367a2da29014f1c4d5b2dd5f6a656f6cf89 (patch)
tree923357365dea89aee0ddff040906f5545f8937d0 /src/test/test.c
parent984e3a9c6c4d193e095c376637321c0bfa371c08 (diff)
downloadtor-088c0367a2da29014f1c4d5b2dd5f6a656f6cf89.tar.gz
tor-088c0367a2da29014f1c4d5b2dd5f6a656f6cf89.zip
Initial backend for an ntor-v3 implementation.
This code is based directly on the specification, without looking at the reference implementation or the implementation in Arti. Nonetheless, it is now passing with the test vectors generated by the reference implementation.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 9543a24376..0aa1353ec2 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -707,6 +707,7 @@ struct testgroup_t testgroups[] = {
{ "netinfo/", netinfo_tests },
{ "nodelist/", nodelist_tests },
{ "oom/", oom_tests },
+ { "onion-handshake/ntor-v3/", ntor_v3_tests },
{ "oos/", oos_tests },
{ "options/", options_tests },
{ "options/act/", options_act_tests },