Re: [tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread Matthew Finkel
On Mon, Oct 28, 2013 at 12:53:35PM -0400, Nick Mathewson wrote: > On Mon, Oct 28, 2013 at 9:19 AM, Matthew Finkel > wrote: > > Hi everyone, > > > > This is a proposal I wrote to implement scalable hidden services. It's > > by no means finished (there are some slight inconsistencies which I will >

Re: [tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread George Kadianakis
Christopher Baines writes: > On 28/10/13 13:19, Matthew Finkel wrote: >> This is a proposal I wrote to implement scalable hidden services. It's >> by no means finished (there are some slight inconsistencies which I will >> be correcting later today or tomorrow) but I want to make it public in >>

Re: [tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread Christopher Baines
On 28/10/13 13:19, Matthew Finkel wrote: > This is a proposal I wrote to implement scalable hidden services. It's > by no means finished (there are some slight inconsistencies which I will > be correcting later today or tomorrow) but I want to make it public in > the meantime. I'm also working on s

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 chosen in > crypto.

Re: [tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread Phill Whiteside
Hi, you good people do still have a VM on its own ipV4 sat twiddling its thumbs. It is pencilled in to be a 2nd relay for beta testing on. If you'd like to put it to a different use, please feel more than free to ask. Regards, Phill. On 28 October 2013 16:53, Nick Mathewson wrote: > On Mon,

Re: [tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread Nick Mathewson
On Mon, Oct 28, 2013 at 9:19 AM, Matthew Finkel wrote: > Hi everyone, > > This is a proposal I wrote to implement scalable hidden services. It's > by no means finished (there are some slight inconsistencies which I will > be correcting later today or tomorrow) but I want to make it public in > the

[tor-dev] Sponsor F: final Y3 meeting at 1100 Pacific today

2013-10-28 Thread Tom Lowenthal
Happy Monday, This is your just-a-smidge-more-than-an-hour reminder that the final Sponsor F year 3 meeting will be in #tor-dev at 1100h Pacific. Bring true tales of your work, the final reports you've been preparing, and -- probably -- snacks. Sadly, I suspect that this meeting will last slightl

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

2013-10-28 Thread Nick Mathewson
On Mon, Oct 28, 2013 at 11:46 AM, Joshua Datko wrote: > 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_en

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

Re: [tor-dev] Retiring old user number estimates

2013-10-28 Thread Karsten Loesing
On 9/16/13 8:28 PM, Karsten Loesing wrote: > Hi everyone, > > some of you may already know our new approach to estimating daily Tor users: > > https://metrics.torproject.org/users.html#userstats > > This new approach is in beta since April, and I'm quite happy with it. > I trust the new numbers

[tor-dev] [Draft Proposal] Scalable Hidden Services

2013-10-28 Thread Matthew Finkel
Hi everyone, This is a proposal I wrote to implement scalable hidden services. It's by no means finished (there are some slight inconsistencies which I will be correcting later today or tomorrow) but I want to make it public in the meantime. I'm also working on some additional security measures th