Another subtask idea for 'python tor client' project
Damian Johnson

Damian Johnson commited on 2018-02-28 21:25:48
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.


Neat idea from David so people can write a 'is my hidden service up?' check.
... ...
@@ -757,6 +757,7 @@ This opens interesting opportunities we've never had before such as...
757 757
       <li>Download hidden service descriptors. Unlike relays, the descriptors for hidden services are only available over the ORPort. Once <a href="https://trac.torproject.org/projects/tor/ticket/17945">ticket 17945</a> is merged v3 HS descriptor downloads will require a multi-hop circuit. This requires an understanding of Tor's <a href="https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt">hidden service</a> specifications, particularly the HSDir hash ring.</li>
758 758
       <li>Authenticate our ORPort connection, checking that ORPorts we connect to have the right key fingerprint.</li>
759 759
       <li>Add protocol level integration test of Tor's ORPort, for instance exercising edge cases in circuit construction and extension.</li>
760
+      <li>Connect to a hidden service to check if it's up or not.</li>
760 761
     </ul>
761 762
 
762 763
     <p>
763 764