]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test/hs: Re-enable the IPv6 intro point in the HS tests
authorteor <teor@torproject.org>
Wed, 24 Apr 2019 06:57:49 +0000 (16:57 +1000)
committerteor <teor@torproject.org>
Wed, 24 Apr 2019 07:29:10 +0000 (17:29 +1000)
Tests 23588, partially reverts 23576.

Implements 29237.

src/test/hs_test_helpers.c

index c57bdc730bd206bc3ca9027379ed3bbabc6c2a8c..0a21fe576bc05966976605b0af2813447f9aed5d 100644 (file)
@@ -162,11 +162,8 @@ hs_helper_build_hs_desc_impl(unsigned int no_ip,
     /* Add four intro points. */
     smartlist_add(desc->encrypted_data.intro_points,
               hs_helper_build_intro_point(signing_kp, now, "1.2.3.4", 0));
-/* IPv6-only introduction points are not supported yet, see #23588 */
-#if 0
     smartlist_add(desc->encrypted_data.intro_points,
               hs_helper_build_intro_point(signing_kp, now, "[2600::1]", 0));
-#endif
     smartlist_add(desc->encrypted_data.intro_points,
               hs_helper_build_intro_point(signing_kp, now, "3.2.1.4", 1));
     smartlist_add(desc->encrypted_data.intro_points,