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
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",
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