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

2019-12-04 Thread George Kadianakis
Hello Damian, I reported a bug report here: https://trac.torproject.org/projects/tor/ticket/31823#comment:19 I just reopened the old trac ticket but I think this is suboptimal. Would you prefer me to open new tickets in the future, or maybe open an issue on Github? I can do whatever is convenien

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

2019-10-29 Thread George Kadianakis
George Kadianakis writes: > Damian Johnson writes: > >> Thanks George! Yup, work on that branch is in progress: >> >> https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3 > > Hello Damian, > > thanks for the reply here! I'm now back and ready to start working again > on onionbalance/st

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

2019-10-28 Thread George Kadianakis
Damian Johnson writes: > Thanks George! Yup, work on that branch is in progress: > > https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3 Hello Damian, thanks for the reply here! I'm now back and ready to start working again on onionbalance/stem. What is your plan with the hsv3 branc

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

2019-10-17 Thread Damian Johnson
Thanks George! Yup, work on that branch is in progress: https://gitweb.torproject.org/user/atagar/stem.git/log/?h=hsv3 On Thu, Oct 17, 2019 at 8:01 AM George Kadianakis wrote: > > Damian Johnson writes: > > >>Can I use `_descriptor_content()` to do that? Or should I call > >>`_descripto

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

2019-10-17 Thread George Kadianakis
Damian Johnson writes: >>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

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

[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