Re: [tor-dev] Exposing onion service errors to Tor Browser

2019-10-02 Thread Jeremy Rand
d...@foundingdocuments.org: > Please forgive me if I misunderstand things, but I thought leaked v3.onion > addresses with (properly set up) authorized onion services > (authorized_clients/*.auth & corresponding client-side .auth_private) can’t > be loaded. Thus providing instant, inexpensive DOS

Re: [tor-dev] Exposing onion service errors to Tor Browser

2019-10-02 Thread d...@foundingdocuments.org
> On Sep 30, 2019, at 8:15am, George Kadianakis wrote: > > Hello list, > > we've recently been thinking about how to expose onion-service-related > errors to Tor Browser so that we can give more useful error pages to > users. We currently return "Unable to connect" error pages for any kind > of

Re: [tor-dev] HSv3 descriptor work in stem

2019-10-02 Thread Damian Johnson
>Can I use `_descriptor_content()` to do that? Or should I call >`_descriptor_content()` to generate the whole thing _without_ the >sig, and then do the signature computation on its result and >concatenate it after? Hi George. Yup, to create a signed descriptor we create the bulk o

Re: [tor-dev] Optimistic SOCKS Data

2019-10-02 Thread Nick Mathewson
On Fri, Sep 27, 2019 at 1:35 PM Tom Ritter wrote: > > On Mon, 5 Aug 2019 at 18:33, Tom Ritter wrote: > > > > On Tue, 2 Jul 2019 at 09:23, Tom Ritter wrote: > > > Or... something else? Very interested in what David/asn think since > > > they worked on #30382 ... > > > > I never updated this thre

[tor-dev] HSv3 descriptor work in stem

2019-10-02 Thread George Kadianakis
Hello atagar, I'm starting this thread to ask you questions about stem and the HSv3 work we've been doing over email so that we don't do it over IRC. Here is an initial question: I'm working on HSv3 descriptor encoding, and I'm trying to understand how `_descriptor_content()` works. In par