Re: [tor-dev] Sanitizing IPv6 addresses in bridge descriptors

2012-01-15 Thread Karsten Loesing
On 1/11/12 10:34 AM, Linus Nordberg wrote: > Alex Le Heux wrote > Wed, 11 Jan 2012 09:57:00 +0100: > > | > RFC 3849 defines the prefix 2001:DB8::/32 as being reserved for > | > documentation. That should be fine for this. > | > | The documentation prefix is for just that, use in documentation :

Re: [tor-dev] Size issues with Orbot statically linking OpenSSL

2012-01-15 Thread Eitan Adler
On Sun, Jan 15, 2012 at 7:30 PM, Steven Murdoch wrote: > On 15 Jan 2012, at 20:47, Nick Mathewson wrote: > > Another thing to try: recent gccs and their toolchains have a trick where > they can stick every function in its own segment, then tell the linker to > dump the unused ones. I believe it's

Re: [tor-dev] Size issues with Orbot statically linking OpenSSL

2012-01-15 Thread Steven Murdoch
On 15 Jan 2012, at 20:47, Nick Mathewson wrote: > Another thing to try: recent gccs and their toolchains have a trick where > they can stick every function in its own segment, then tell the linker to > dump the unused ones. I believe it's called "gc-segments" or something. I > have no idea if it

Re: [tor-dev] New paper by Goldberg, Stebila, and Ustaoglu with proposed circuit handshake

2012-01-15 Thread Ian Goldberg
On Fri, May 06, 2011 at 10:50:05AM -0400, Nick Mathewson wrote: > Crypto people who have been following threads about the > circuit-establishment handshake will be interested in the new paper, > "Anonymity and one-way authentication in key-exchange protocols", by > Goldberg, Stebila, and Ostaoglu.

Re: [tor-dev] Size issues with Orbot statically linking OpenSSL

2012-01-15 Thread Nick Mathewson
On Jan 15, 2012 9:50 AM, "Nathan Freitas" wrote: >I did just want to run > this by all of you to see if there are any options for limiting the size > of libssl.a and libcrypto.a, and the resulting Tor binary. > Some stuff to try: openssl has lots of optional features and ciphers; you could proba

[tor-dev] Extending BridgeDB to reallocate bridges from a blocked country to others that do not block.

2012-01-15 Thread Aaron
The following is a draft proposal of changes to BridgeDB to address the deliverable "Automated bridge allocation to reallocate bridges from a blocked country to others that do not block" (https://trac.torproject.org/projects/tor/wiki/org/sponsors/SponsorE/PhaseThree) This draft proposes two differ

[tor-dev] Size issues with Orbot statically linking OpenSSL

2012-01-15 Thread Nathan Freitas
With the recent problems related to SSLv3 with versions of OpenSSL less than 1.0.0f, we have been investigating how to deal with this on Android for Orbot. Historically, we have used the version of OpenSSL provided by the Android device itself, which has ranged from 0.9.8 to 1.0.0e (the latest on I