Re: [tor-dev] Preferred compression type?

2019-09-13 Thread Steve Snyder
Thanks, Nick! On 9/13/19 4:24 PM, Nick Mathewson wrote: > On Fri, Sep 13, 2019 at 2:05 PM Steve Snyder wrote: >> >> Given the multiple compression types supported (none, lzma, zlib, zstd), >> what is the order of preference for runtime use? >> >> Put another way, which compression method(s) shou

Re: [tor-dev] Preferred compression type?

2019-09-13 Thread Nick Mathewson
On Fri, Sep 13, 2019 at 2:05 PM Steve Snyder wrote: > > Given the multiple compression types supported (none, lzma, zlib, zstd), > what is the order of preference for runtime use? > > Put another way, which compression method(s) should be supported to get > optimal runtime performance from a Tor n

[tor-dev] Preferred compression type?

2019-09-13 Thread Steve Snyder
Given the multiple compression types supported (none, lzma, zlib, zstd), what is the order of preference for runtime use? Put another way, which compression method(s) should be supported to get optimal runtime performance from a Tor node? Thanks. ___ to

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Michael Rogers
Hi all, Just saw this thread while heading out the door and wanted to mention that we already have a reproducible build setup for Tor and obfs4proxy binaries for Android and Linux. The binaries are published on JCenter. Hans-Christoph, hope this shortens your path! :-) https://code.briarproject.o

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Santiago Torres-Arias
On Fri, Sep 13, 2019 at 12:32:06PM +0200, Nicolas Vigier wrote: > On Thu, 12 Sep 2019, Hans-Christoph Steiner wrote: > > > > > And third, and tips on getting a Linux shared library to build > > reproducibly. E.g. is faketime a hard requirement? > > Usually it's not needed to use faketime. It's

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Matthew Finkel
On Thu, Sep 12, 2019 at 10:50 AM Hans-Christoph Steiner wrote: > > > Hey all, > > I'm currently working on tor for Android as part of a Guardian Project > project. One key goal is making a shareable, reproducible build process > for the tor daemon for Android. Then this would be published to > M

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Matthew Finkel
On Fri, Sep 13, 2019 at 7:51 AM Hans-Christoph Steiner wrote: > > > > teor: > > Hi, > > > >> On 12 Sep 2019, at 20:50, Hans-Christoph Steiner > >> wrote: > >> > >> Then that work > >> will hopefully be extended into sharing tor between apps, e.g. letting > >> Briar, Tor Browser, etc share the to

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Nicolas Vigier
On Thu, 12 Sep 2019, Hans-Christoph Steiner wrote: > > And third, and tips on getting a Linux shared library to build > reproducibly. E.g. is faketime a hard requirement? Usually it's not needed to use faketime. It's only useful if the toolchain has bugs that cannot easily be fixed, causing som

Re: [tor-dev] New Orbot, tor-android and AndroidPluggableTransport updates

2019-09-13 Thread Georg Koppen
Nathan Freitas: > A new Orbot is out, with a bug fix related to obfs4proxy installation, > and a new tor! Good stuff! Is it intended that I only see an x86_64, x86, and arm64-v8a version but no armv7 one available? It seems suddenly Orbot is not compatible anymore with my device (and I suspect a b

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Georg Koppen
Hans-Christoph Steiner: > Georg Koppen: >> Hans-Christoph Steiner: >>> >>> Hey all, >>> >>> I'm currently working on tor for Android as part of a Guardian Project >>> project. One key goal is making a shareable, reproducible build process >>> for the tor daemon for Android. Then this would be pub

Re: [tor-dev] reproducible builds for Android tor daemon

2019-09-13 Thread Hans-Christoph Steiner
teor: > Hi, > >> On 12 Sep 2019, at 20:50, Hans-Christoph Steiner >> wrote: >> >> Then that work >> will hopefully be extended into sharing tor between apps, e.g. letting >> Briar, Tor Browser, etc share the tor SOCKS proxy to other apps that >> want to use it. That would happen via Android me