Re: [tor-dev] Minimum required ciphers for running Tor as both client and router.

2012-07-13 Thread Gino Badouri
s to block. However it works very well, even after clearing the cache it connects very fast, (faster than the mips build) If you happen to know more ciphers that can be disabled (without using router functionality) please let me know. 2012/7/13 Nick Mathewson > > On Fri, Jul 13, 2012

[tor-dev] Minimum required ciphers for running Tor as both client and router.

2012-07-13 Thread Gino Badouri
Hi there, First of all thanks for helping me last time with my mipsel build of Tor with statically linked OpenSSL. It's running fine and we're waiting for the last review of the bandwith-checking scripts before they go live. The second cluster we prepare will consist of low-powered PowerPC device

Re: [tor-dev] TLS warning using static OpenSSL 1.0.1c

2012-06-29 Thread Gino Badouri
Thanks for the heads up. I got it working on my mipsel box. First of all I switched to 2.3.18-rc git. I build the latest zlib 1.2.7 with -fPIC and -DPIC (seems to be required for mipsel). I recompiled and reinstalled OpenSSL 1.0.1 with "shared no-ssl2 enable-tlsext" "shared" also seems to build

Re: [tor-dev] TLS warning using static OpenSSL 1.0.1c

2012-06-26 Thread Gino Badouri
It works! Thanks grarpamp! Using zlib instead of zlib-dynamic fixed it like you said I had to alter the Makefile and tell the linker where to find my mipsel libz.so and libz.a and zlib includes Also libevent and tor need the ./configure CPPFLAGS and LDFLAGS for zlib too. I'm only encountering tim

Re: [tor-dev] TLS warning using static OpenSSL 1.0.1c

2012-06-25 Thread Gino Badouri
(which doesn't exist) and then continues with its statically linked tls-enabled-openssl instead. Would Tor fail to connect without tls? 2012/6/22 Gino Badouri > Hi Nick, > > Thanks for your response. > I've recompiled Tor with --disable-linker-hardening and > --disabl

Re: [tor-dev] TLS warning using static OpenSSL 1.0.1c

2012-06-22 Thread Gino Badouri
l" patch for OpenSSL 1.0.1c I could find. I'll try the stable build of Tor and report back. 2012/6/21 Nick Mathewson > On Thu, Jun 21, 2012 at 5:05 PM, Gino Badouri wrote: > > Hi there, > > > > My goal is to run Tor on small cluster of embedded mips devices. > &g

[tor-dev] TLS warning using static OpenSSL 1.0.1c

2012-06-21 Thread Gino Badouri
Hi there, My goal is to run Tor on small cluster of embedded mips devices. Because the platform runs on an older version of OpenSSL and libevent I have chosen to statically link them with Tor. So I went ahead to compile the components. I'm aiming at the beta version: 0.2.3.17 OpenSSL 1.0.1c has