shadow-plugin-tor icon indicating copy to clipboard operation
shadow-plugin-tor copied to clipboard

A Shadow plug-in that runs the Tor anonymity software

Results 11 shadow-plugin-tor issues
Sort by recently updated
recently updated
newest added

Rather than forcing `aes_cbc_cipher` using `OPENSSL_ia32cap=~0x200000200000000` so that we don't have to deal with padding in `EVP_Cipher`, we could just implement the padding scheme. See the mailing list thread starting...

enhancement

We currently only test a limited number of Tor versions in our CI. We should: - update to the latest point release for of each [the stable releases we currently...

Hello all, Thanks for developing and maintaining this tool suite. When trying to set up `shadow` + `tgen` + `shadow-plugin-tor` on a fresh Ubuntu 18.04 machine, I get the following...

We may want to pull in the wiki with all of its git history into a docs/ folder in the repo, as we did with shadow. Related tasks: - [...

The openssl dependancy seems to have moved from https://www.openssl.org/source/openssl-1.0.1e.tar.gz to https://openssl.org/source/old/1.0.1/openssl-1.0.1.tar.gz. ``` ERROR '/home/user/Documents/shadow/shadow-plugin-tor/build/openssl-1.0.1e.tar.gz' is not a tarfile 2020-04-04 11:53:53,721 INFO returning code '-1' ```

We want to know when something in Tor changes that breaks compatibility with Shadow. Eventually we'd like such testing to happen in Tor's CI, such that changes to Tor that...

Hello, I've been thinking about improving Shadow's reliability for small sized experimentation, so here are some insights. Let me just describe the issue first. When sampling the consensus, the generate.py...

Hey, I was re-doing stuff with shadow recently and the parsealexa.py step made me realize that I was probably receiving IP addresses close to my location (Belgium) for services using...

It seems like the tor bandwidthrate can exceed the download/upload bandwidth of a node, e.g., the following results in a relay node with 1miB/s bandwidth

We store one single global function table for ALL Tor versions, but really we want a new function table for each individual Tor version. The problem is inside of `shadowtorpreload_init`....

bug