<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Hey list,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">because the end of this years Google Summer of Code is standing in front of us, I decided to write a little mail to this list saying what exactly I have done during the last 3 months and how you could use it.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Let me first give you a brief introduction to client authorization for Tor Hidden Services: Proposal 121 [1] contains a design to restrict access to previously authorized clients. All authorization data is configured in Tor, so that all unauthorized requests can be blocked</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">during connection establishment. There are two modes, a "basic" mode that performs merely access control and a "stealth" mode that also hides service activity from unauthorized users.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">My project was about to make it possible for users to start/stop/configure and store HiddenServices and the corresponding authorization data within Vidalia. In addition I implemented the communication to/from Tor to get and set the new configurations in Tor. A service provider has now the possibility to let Tor generate unique authorization data for every single user. This enables a service provider to include/exclude single users very fast and easy. Because of the changes according to Proposal 121 now a service provider can decide whether he wants to choose a better scalable but less secure authorization mode(basic) or a better secure but less scalable one(stealth mode) for each Service.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">You can find the newest version of the things I implemented by checking out my branch(hidden-services [2]) and run it with the current version of Karsten Loesing's branch [3]. Below I'm going to give you links to Windows installers [4] and a short How-2 build the sources and get everything running.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">If you want to give it a try, you can set up a hidden service with client authorization and access it with these two branches; there is no requirement to update Tor relays or directories in order to run hidden services with client authorization.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">At this point I won't forget to thank all the Vidalia and Tor guys who made it possible for me to participate at this years GSoC. In special I'd like to thank Roger, Matt and Karsten who where watching over me and my project all the time and gave me a good advice and a helping hand whenever I needed one. I planned to stick in the project and Vidalia and I hope to be able to implement several other things in future, too.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Here's a short guide how 2 build and start everything:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Tor related:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">1)Download the newest version of Karstens Tor branch (svn co <a href="https://tor/"><span style="text-decoration: underline ; color: #000d7b">https://tor-</span></a>svn.freehaven.net/svn/tor/branches/121-hs-authorization/)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">2)start a terminal and switch into the directory of 121-hs-authorization</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">3)type in the following command lines</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;1. ./autogen.sh [Enter]</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;2. ./configure [Enter]</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;3. make</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;4) if everything worked fine there shoul be the Tor binary in /121-hs-authorization/src/or/</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Vidalia related:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; color: rgb(36, 80, 169); "><span style="color: #000000">1)Download the newest branch of my Vidalia branch (svn co <a href="https://svn.vidalia-project.net/svn/vidalia/branches/hidden-services"><span style="text-decoration: underline">https://svn.vidalia-project.net/svn/vidalia/branches/hidden-services</span></a>)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">2)start a terminal and switch into the directory of hidden-services&nbsp;branch</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">3)type in the following command lines</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;1. cmake . &amp;&amp; make [Enter]</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">4)if everything worked fine there should be a Vidalia binary in&nbsp;hidden-services/src/vidalia/</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">5)click on the binary to start Vidalia</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">6)click on settings and then on „General“ to configure the path to&nbsp;the Tor executable in that way that it points to the 121-hs-authorization version</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; color: rgb(0, 0, 128); "><span style="color: #000000">[1] <a href="https://tor-svn.freehaven.net/svn/tor/trunk/doc/spec/proposals/121-hidden-service-authentication.txt"><span style="text-decoration: underline">https://tor-svn.freehaven.net/svn/tor/trunk/doc/spec/proposals/121-hidden-service-authentication.txt</span></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; color: rgb(36, 80, 169); "><span style="color: #000000">[2]&nbsp; <a href="https://svn.vidalia-project.net/svn/vidalia/branches/hidden-services"><span style="text-decoration: underline">https://svn.vidalia-project.net/svn/vidalia/branches/hidden-services</span></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">[3] <a href="https://tor-svn.freehaven.net/svn/tor/branches/121-hs-authorization/"><span style="text-decoration: underline ; color: #000d7b">https://tor-</span><span style="text-decoration: underline">svn.freehaven.net/svn/tor/branches/121-hs-authorization/</span></a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; color: rgb(178, 60, 54); "><span style="color: #000000">[4] Vidalia branch installer: <a href="http://vidalia-project.net:8001/vidalia/vidalia-0.1.1-svn-hidserv-auth.exe"><span style="text-decoration: underline">http://www.vidalia-project.net/dist/vidalia-0.1.1-svn-hidserv-auth-2.exe</span></a></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">&nbsp;&nbsp; &nbsp; Tor branch installer:&nbsp;<a href="http://www.vidalia-project.net/dist/tor-0.2.1.2-121hs-win32.exe">http://www.vidalia-project.net/dist/tor-0.2.1.2-121hs-win32.exe</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">Best regards,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal 'Times New Roman'; ">- --Domenik</div><div><font class="Apple-style-span" face="'Times New Roman'"><br></font></div></body></html>