Hi all,
I'd like to announce that the Tor iOS repository is back online!
TL;DR is just a two step solution:
1) If you still have the old repository installed, remove the "Sid77's Source"
package, otherwise skip to step 2
2) Use Cydia to add a new repository and write or paste this url:
http://sid7
Hi Karsten,
> I don't have good answers to your questions. To be honest, when I
> implemented the Java verification code for #2768, I looked for hints in
> an old Java version of Tor, rewrote that code, updated it for current
> BouncyCastle versions using their JavaDocs and examples, and tweaked
Hi Damian,
> Quick question, if it is PKCS1 that we need then will the pycrypto
> package do the trick? It looks like PKCS1 support is pretty new for
> it, but the package itself is generally available by default.
PyCrypto should do the trick, as described in their API document [1].
But I encount
On 5/14/12 2:30 AM, Damian Johnson wrote:
> Hi Karsten, hi Beck. Just pushed stem support for extrainfo
> descriptors (ye gods they have a lot of attributes)...
>
> * Implementation
> https://gitweb.torproject.org/stem.git/blob/HEAD:/stem/descriptor/extrainfo_descriptor.py
>
> * Unit Tests
> http