Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-02-01 Thread David Goulet
On 26 Jan (15:05:26), George Kadianakis wrote: > Hey list, > > with service-side prop224 implementation moving forward, we need to pin down > the directory structure of prop224 onion services. This will be very similar > to > the current directory structure, but with some mods to facilitate assym

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-31 Thread Ivan Markin
On Wed, Feb 01, 2017 at 09:36:54AM +1100, teor wrote: > > > On 1 Feb 2017, at 01:36, David Goulet wrote: > > > > On 31 Jan (09:02:35), teor wrote: > >> > >>> On 27 Jan 2017, at 01:58, David Goulet wrote: > > However, there is kind of an issue rising from this. Imagine that v4 changes > > the o

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-31 Thread teor
> On 1 Feb 2017, at 01:36, David Goulet wrote: > > On 31 Jan (09:02:35), teor wrote: >> >>> On 27 Jan 2017, at 01:58, David Goulet wrote: > ... > Your next question is a good one actually so jumping into it! > >> >>> Current implementation doesn't allow two services in the same >>> HiddenSe

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-31 Thread David Goulet
On 31 Jan (09:02:35), teor wrote: > > > On 27 Jan 2017, at 01:58, David Goulet wrote: > > > >> - "./hostname"[FILE] > >> > >> This is a file containing the onion address of the onion service. > >> > >> As you can see it's the same filename as in v2. Should we suffix it with > >> v3 >

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-31 Thread George Kadianakis
David Goulet writes: > On 30 Jan (16:16:07), George Kadianakis wrote: >> David Goulet writes: >> >> > On 26 Jan (15:05:26), George Kadianakis wrote: >> >> Hey list, >> > >> > Hi! >> > >> > First, big thanks for this write up! >> > >> >> >> >> with service-side prop224 implementation moving for

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread s7r
Hi, David Goulet wrote: > On 30 Jan (16:16:07), George Kadianakis wrote: >> David Goulet writes: >> >>> On 26 Jan (15:05:26), George Kadianakis wrote: Hey list, >>> >>> Hi! >>> >>> First, big thanks for this write up! >>> with service-side prop224 implementation moving forward, we

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread meejah
David Goulet writes: > I don't believe we should suffix here because for almost 10 years, users/apps > have been exposed to "hostname" and it does make sense that it's the goto file > for that. I'm +1 on keeping the filename as "hostname". txtorcon doesn't do processing on it, per se. Might be

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread Ivan Markin
On Tue, Jan 31, 2017 at 09:02:35AM +1100, teor wrote: > How does an application tell the difference between a v2 and v3 > directory? > > What's the supported method, that we will continue to support in > future, regardless of key or algorithm changes? I guess by looking at the address and checkin

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread teor
> On 27 Jan 2017, at 01:58, David Goulet wrote: > >> - "./hostname"[FILE] >> >> This is a file containing the onion address of the onion service. >> >> As you can see it's the same filename as in v2. Should we suffix it with v3 >> to make it clear that it's v3 onion? Would we ever ha

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread David Goulet
On 30 Jan (16:16:07), George Kadianakis wrote: > David Goulet writes: > > > On 26 Jan (15:05:26), George Kadianakis wrote: > >> Hey list, > > > > Hi! > > > > First, big thanks for this write up! > > > >> > >> with service-side prop224 implementation moving forward, we need to pin > >> down > >>

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-30 Thread George Kadianakis
David Goulet writes: > On 26 Jan (15:05:26), George Kadianakis wrote: >> Hey list, > > Hi! > > First, big thanks for this write up! > >> >> with service-side prop224 implementation moving forward, we need to pin down >> the directory structure of prop224 onion services. This will be very similar

Re: [tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-26 Thread David Goulet
On 26 Jan (15:05:26), George Kadianakis wrote: > Hey list, Hi! First, big thanks for this write up! > > with service-side prop224 implementation moving forward, we need to pin down > the directory structure of prop224 onion services. This will be very similar > to > the current directory struc

[tor-dev] [RFC] Directory structure of prop224 onion services

2017-01-26 Thread George Kadianakis
Hey list, with service-side prop224 implementation moving forward, we need to pin down the directory structure of prop224 onion services. This will be very similar to the current directory structure, but with some mods to facilitate assymetric client authorization keys and offline keys. As people