[tor-dev] Trying to connect to a OR

2012-06-26 Thread Steven Retz
Everyone, I have been toying with doing something with tor for a long time. I decided to start doing something with it. I wrote this quick POC in C# to connect to a tor node I got from the cache file. I tried to follow the specs in https://gitweb.torproject.org/torspec.git?a=blob_plain;hb=HE

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

2012-06-26 Thread grarpamp
> I had to alter the Makefile > and tell the linker where to find ... libz.so and libz.a and zlib includes If you got a static 'openssl' binary with zlib in it, and both .a and .so's for the openssl libs, and libevent and tor compiled against that, I'd like to see the openssl diff. I gave up early

Re: [tor-dev] Proc Unit Testing & Next Project

2012-06-26 Thread Erik I Islo
Hi Damian, > In reading the following code I suspect that this could be clearer if it accepted a single argument that was the dict of 'argument => return value'. All set -- mock_fn() now takes a dictionary rather than two lists as an argument. The docstring suggestions have also been implemente

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] Proc Unit Testing & Next Project

2012-06-26 Thread Damian Johnson
Hi Erik, hi Megan. > Megan and I have finished a first run at writing unit tests for the proc > utilities in stem. Looks great! I only got down to 'test_get_memory_usage()' before needing to run to catch the bus but the tests that I've seen so far look good. The mocking though confused me for a