Re: [tor-dev] Why the limited HW engine algos in crypto.c?

2013-10-28 Thread Joshua Datko
Ah yes, thanks. I will cross-reference the tor spec with openssl and submit a patch for consideration. On Mon, Oct 28, 2013 at 9:57 AM, Nick Mathewson wrote: > On Mon, Oct 28, 2013 at 11:46 AM, Joshua Datko wrote: > > Why is there a limited set of OpenSSL engine algorithms

[tor-dev] Why the limited HW engine algos in crypto.c?

2013-10-28 Thread Joshua Datko
Why is there a limited set of OpenSSL engine algorithms chosen in crypto.c (code below)? log_engine("RSA", ENGINE_get_default_RSA()); log_engine("DH", ENGINE_get_default_DH()); log_engine("RAND", ENGINE_get_default_RAND()); log_engine("SHA1", ENGINE_get_digest_engine(NID_sha1)); log_engine("3DES",

[tor-dev] Tor on the Beaglebone Black

2013-09-08 Thread Joshua Datko
I've been running a relay on a Beaglebone black for about two weeks now and I'm wondering where to take this thing. The Beaglebone black is a 1GHz armhf System on a Chip, with 512 MB RAM. At the moment, it's a dedicated relay running Ubuntu (raring) but Debian is equally as easy to setup. I have