[tor-bugs] #15004 [Stem]: Hidden service descriptor parsing

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Mar 10 12:55:16 UTC 2015


#15004: Hidden service descriptor parsing
-----------------------------+------------------------
     Reporter:  atagar       |      Owner:  atagar
         Type:  enhancement  |     Status:  new
     Priority:  major        |  Milestone:
    Component:  Stem         |    Version:
   Resolution:               |   Keywords:  descriptor
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+------------------------

Comment (by cypherpunks):

 Replying to [comment:13 atagar]:
 >
 **[https://gitweb.torproject.org/stem.git/commit/?id=529f1236805730bf93031de9aaf9823beb1077ed
 Support for encrypted introduction-points]** added, thanks donncha! Think
 we're all done here so now just waiting for the controller method in
 #14847.

 The commit fails on two unit tests on Python 3.
 {{{
 python3 ./run_tests.py --unit --test
 test.unit.descriptor.hidden_service_descriptor.test_with_basic_auth
 python3 ./run_tests.py --unit --test
 test.unit.descriptor.hidden_service_descriptor.test_with_stealth_auth
 }}}

 Both tests raise TypeErrors caused by the hex conversion going wrong. The
 patch uses a different method for hex conversion which does not raise
 TypeErrors.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15004#comment:16>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list