Re: [tor-dev] Using Tor as a library

2013-03-28 Thread wac
Hi Fabio Pietrosanti: Thanks, I appreciate your help. I will be working on this. I actually was considering to maybe provide it to the community so people could pinpoint bugs and contribute patches. I will be studying onionbrowser. But seems they are running Tor as a thread inside the browser

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread Fabio Pietrosanti (naif)
On 3/28/13 12:10 PM, Christopher Schmidt wrote: > "Fabio Pietrosanti (naif)" > writes: >> That's the future of Tor, to be integrated as a library just like an >> encryption library into application. > No, it's not. Embedding a Tor client in another application cripples > auditability, configurab

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread Nathan Freitas
Christopher Schmidt wrote: >"Fabio Pietrosanti (naif)" > writes: >> That's the future of Tor, to be integrated as a library just like an >> encryption library into application. > >No, it's not. Embedding a Tor client in another application cripples >auditability, configurability, updateability

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread Moritz Bartl
On 28.03.2013 12:10, Christopher Schmidt wrote: > "Fabio Pietrosanti (naif)" > writes: >> That's the future of Tor, to be integrated as a library just like an >> encryption library into application. > No, it's not. Embedding a Tor client in another application cripples > auditability, configurab

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread Christopher Schmidt
"Fabio Pietrosanti (naif)" writes: > That's the future of Tor, to be integrated as a library just like an > encryption library into application. No, it's not. Embedding a Tor client in another application cripples auditability, configurability, updateability etc. of Tor. So does embedding a co

Re: [tor-dev] [tor-talk] Mobile Anonymity and Circumvention seems not working

2013-03-28 Thread Nathan Freitas
Does the "check.torproject.org" site return a connected message in the default browser? chandra mohan wrote: >Hi, > > I tried Trasparent proying of Orbot as mentioned >https://guardianproject.info/apps/orbot/->OTHER >*APPS* and observed all web (traffic built-in Browser, Gmail, YouTu

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread Fabio Pietrosanti (naif)
On 3/28/13 8:32 AM, wac wrote: > Hi Folks: > > I am looking to use Tor as a library for my program. I managed to build it > from the sources including the required libraries. But now I am looking for > hints on how to replace the SOCKS 4/5 or the transparent proxy with direct > calls from my app

[tor-dev] Using Tor as a library

2013-03-28 Thread wac
Hi Folks: I am looking to use Tor as a library for my program. I managed to build it from the sources including the required libraries. But now I am looking for hints on how to replace the SOCKS 4/5 or the transparent proxy with direct calls from my application to link them. I'm hoping somebod