-
- Downloads
Check consensus signatures
We already validate crypto of most descriptor types but lacked this check for arguably the most important thing: the consensus. This requires key certificates so unlike other descriptors this isn't validated by default. Rather, callers need to call validate_signatures() with the authority certificates. This branch has been a collaboration between Tyler and Damian over a couple weeks of bouncing remotes back and forth. :P https://trac.torproject.org/projects/tor/ticket/11045
Showing
- docs/change_log.rst 1 addition, 0 deletionsdocs/change_log.rst
- stem/descriptor/__init__.py 1 addition, 5 deletionsstem/descriptor/__init__.py
- stem/descriptor/networkstatus.py 33 additions, 0 deletionsstem/descriptor/networkstatus.py
- stem/descriptor/remote.py 12 additions, 1 deletionstem/descriptor/remote.py
- test/integ/descriptor/__init__.py 2 additions, 2 deletionstest/integ/descriptor/__init__.py
- test/integ/descriptor/networkstatus.py 14 additions, 1 deletiontest/integ/descriptor/networkstatus.py
Please register or sign in to comment