Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implementing Relay Descriptor verification
https://trac.torproject.org/projects/tor/ticket/5810 1) Implemented description verification using the python-crypto lib. e.g. from Crypto.Util import asn1 2) Verification code result is currently ignored so as not to break existing unit tests. c.f. #FIXME - stopgap measure until tests are fixed. 3) Removed python-rsa code from code & unit tests. 4) Refactored the digest() function. 5) Updated 1 integ test that had a hard coded digest value The digest function does not store the digest in hex format anymore.
- Loading branch information
Showing
with
106 additions
and 54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters