Author: atagar Date: 2012-11-25 23:22:26 +0000 (Sun, 25 Nov 2012) New Revision: 25906
Modified: website/trunk/getinvolved/en/volunteer.wml Log: Adding tlsdate to the volunteer page
Adding tlsdate to the volunteer page as per Jake's request.
Modified: website/trunk/getinvolved/en/volunteer.wml =================================================================== --- website/trunk/getinvolved/en/volunteer.wml 2012-11-21 20:36:41 UTC (rev 25905) +++ website/trunk/getinvolved/en/volunteer.wml 2012-11-25 23:22:26 UTC (rev 25906) @@ -253,6 +253,14 @@ </tr>
<tr class="alt"> + <td><a href="#project-tlsdate">Tlsdate</a></td> + <td>Utility</td> + <td>C</td> + <td>Heavy</td> + <td>ioerror</td> + </tr> + + <tr> <td><a href="#project-metrics">Metrics</a></td> <td>Client Service</td> <td>Java</td> @@ -260,7 +268,7 @@ <td>karsten</td> </tr>
- <tr> + <tr class="alt"> <td><a href="#project-atlas">Atlas</a></td> <td>Client Service</td> <td>JavaScript</td> @@ -268,7 +276,7 @@ <td>hellais</td> </tr>
- <tr class="alt"> + <tr> <td><a href="#project-torstatus">TorStatus</a></td> <td>Client Service</td> <td>Python, Django</td> @@ -276,7 +284,7 @@ <td></td> </tr>
- <tr> + <tr class="alt"> <td><a href="#project-compass">Compass</a></td> <td>Client Service</td> <td>Python</td> @@ -284,7 +292,7 @@ <td>gsathya, karsten</td> </tr>
- <tr class="alt"> + <tr> <td><a href="#project-weather">Weather</a></td> <td>Client Service</td> <td>Python</td> @@ -292,7 +300,7 @@ <td>kaner</td> </tr>
- <tr> + <tr class="alt"> <td><a href="#project-gettor">GetTor</a></td> <td>Client Service</td> <td>Python</td> @@ -300,7 +308,7 @@ <td>kaner</td> </tr>
- <tr class="alt"> + <tr> <td><a href="#project-torcheck">TorCheck</a></td> <td>Client Service</td> <td>Python, Perl</td> @@ -308,7 +316,7 @@ <td>ioerror</td> </tr>
- <tr> + <tr class="alt"> <td><a href="#project-onionoo">Onionoo</a></td> <td>Backend Service</td> <td>Java, Python</td> @@ -316,7 +324,7 @@ <td>karsten, gsathya</td> </tr>
- <tr class="alt"> + <tr> <td><a href="#project-bridgedb">BridgeDB</a></td> <td>Backend Service</td> <td>Python</td> @@ -324,7 +332,7 @@ <td>kaner, nickm</td> </tr>
- <tr> + <tr class="alt"> <td><a href="#project-torflow">TorFlow</a></td> <td>Backend Service</td> <td>Python</td> @@ -332,7 +340,7 @@ <td>aagbsn</td> </tr>
- <tr class="alt"> + <tr> <td>*<a href="#project-torbel">TorBEL</a></td> <td>Backend Service</td> <td>Python</td> @@ -622,6 +630,21 @@ <i><a href="#stemUsability">Stem Usability Improvements</a></i> </p>
+ <a id="project-tlsdate"></a> + <h3>Tlsdate (<a href="https://github.com/ioerror/tlsdate">code</a>)</h3> + + <p> + tlsdate: secure parasitic rdate replacement + </p> + + <p> + tlsdate sets the local clock by securely connecting with TLS to remote + servers and extracting the remote time out of the secure handshake. Unlike + ntpdate, tlsdate uses TCP, for instance connecting to a remote HTTPS or TLS + enabled service, and provides some protection against adversaries that try + to feed you malicious time information. + </p> + <a id="project-metrics"></a> <h3><a href="https://metrics.torproject.org/">Metrics</a> (code: <a href="https://gitweb.torproject.org/metrics-db.git">db</a>, <a
tor-commits@lists.torproject.org