[tor-dev] Proposal for PoW DoS defenses during introduction (was Re: Proposal 305: ESTABLISH_INTRO Cell DoS Defense Extension)

Jeff Burdges burdges at gnunet.org
Thu Jun 20 15:05:10 UTC 2019



On 2019-06-20 00:19, Watson Ladd wrote:
> 
> Privacy Pass has already been integrated into Tor Browser. Perhaps
> work could be done to use it here?


As I said above, any oblivious PRF scheme like privacy pass violates privacy *if* you can supply different keys to different users.  We cannot derive the OPRF key from the HS key, so this requires some messy solution like certificate transparency or more likely zero-knowlege proofs.

If otoh you use blind signatures then the blind signing key can be derived from the HS key, which avoids this complexity.  We’ve new complexity in that blind signatures using an Edwards curve really suck, but we should be fine so long as only the soundness is weak, not the blindness.  I have not refreshed my memory on this point yet.


On 20 Jun 2019, at 15:41, Chelsea Holland Komlo <me at chelseakomlo.com> wrote:
> An approach akin to Privacy Pass could be an option to avoid serving
> challenges to clients with each request (see reference to anonymous
> tokens above), but it cannot be a drop in fix, of course. Furthermore,
> an acceptable POW or POS scheme still needs to be selected, the
> tradeoffs of which we are currently discussing.

Why?  Just rate limit connections by adding artificial latency.

If an HS operator turns on the DoS defences, then they are responsible for judging the client’s behaviour and notifying their Tor to issue blind signed tokens.  At that point the HS tor invites the client’s tor to submit blinded tokens, which the HS tor signs and sends back, and the client’s tor unblinds and uses.  It’s only three round trips I think.

If the HS never notifies tor to issue tokens, then the HS just behaves sluggishly, but a correct configuration gives an operator complete control over issuing tokens.

Jeff



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.torproject.org/pipermail/tor-dev/attachments/20190620/c3732708/attachment.sig>


More information about the tor-dev mailing list