Adding tlsdate to the volunteer page
Damian Johnson

Damian Johnson commited on 2012-11-26 00:22:26
Zeige 1 geänderte Dateien mit 33 Einfügungen und 10 Löschungen.


Adding tlsdate to the volunteer page as per Jake's request.


... ...
@@ -253,6 +253,14 @@ meetings around the world.</li>
253 253
       </tr>
254 254
       
255 255
       <tr class="alt">
256
+        <td><a href="#project-tlsdate">Tlsdate</a></td>
257
+        <td>Utility</td>
258
+        <td>C</td>
259
+        <td>Heavy</td>
260
+        <td>ioerror</td>
261
+      </tr>
262
+      
263
+      <tr>
256 264
         <td><a href="#project-metrics">Metrics</a></td>
257 265
         <td>Client Service</td>
258 266
         <td>Java</td>
... ...
@@ -260,7 +268,7 @@ meetings around the world.</li>
260 268
         <td>karsten</td>
261 269
       </tr>
262 270
       
263
-      <tr>
271
+      <tr class="alt">
264 272
         <td><a href="#project-atlas">Atlas</a></td>
265 273
         <td>Client Service</td>
266 274
         <td>JavaScript</td>
... ...
@@ -268,7 +276,7 @@ meetings around the world.</li>
268 276
         <td>hellais</td>
269 277
       </tr>
270 278
       
271
-      <tr class="alt">
279
+      <tr>
272 280
         <td><a href="#project-torstatus">TorStatus</a></td>
273 281
         <td>Client Service</td>
274 282
         <td>Python, Django</td>
... ...
@@ -276,7 +284,7 @@ meetings around the world.</li>
276 284
         <td></td>
277 285
       </tr>
278 286
       
279
-      <tr>
287
+      <tr class="alt">
280 288
         <td><a href="#project-compass">Compass</a></td>
281 289
         <td>Client Service</td>
282 290
         <td>Python</td>
... ...
@@ -284,7 +292,7 @@ meetings around the world.</li>
284 292
         <td>gsathya, karsten</td>
285 293
       </tr>
286 294
       
287
-      <tr class="alt">
295
+      <tr>
288 296
         <td><a href="#project-weather">Weather</a></td>
289 297
         <td>Client Service</td>
290 298
         <td>Python</td>
... ...
@@ -292,7 +300,7 @@ meetings around the world.</li>
292 300
         <td>kaner</td>
293 301
       </tr>
294 302
       
295
-      <tr>
303
+      <tr class="alt">
296 304
         <td><a href="#project-gettor">GetTor</a></td>
297 305
         <td>Client Service</td>
298 306
         <td>Python</td>
... ...
@@ -300,7 +308,7 @@ meetings around the world.</li>
300 308
         <td>kaner</td>
301 309
       </tr>
302 310
       
303
-      <tr class="alt">
311
+      <tr>
304 312
         <td><a href="#project-torcheck">TorCheck</a></td>
305 313
         <td>Client Service</td>
306 314
         <td>Python, Perl</td>
... ...
@@ -308,7 +316,7 @@ meetings around the world.</li>
308 316
         <td>ioerror</td>
309 317
       </tr>
310 318
       
311
-      <tr>
319
+      <tr class="alt">
312 320
         <td><a href="#project-onionoo">Onionoo</a></td>
313 321
         <td>Backend Service</td>
314 322
         <td>Java, Python</td>
... ...
@@ -316,7 +324,7 @@ meetings around the world.</li>
316 324
         <td>karsten, gsathya</td>
317 325
       </tr>
318 326
       
319
-      <tr class="alt">
327
+      <tr>
320 328
         <td><a href="#project-bridgedb">BridgeDB</a></td>
321 329
         <td>Backend Service</td>
322 330
         <td>Python</td>
... ...
@@ -324,7 +332,7 @@ meetings around the world.</li>
324 332
         <td>kaner, nickm</td>
325 333
       </tr>
326 334
       
327
-      <tr>
335
+      <tr class="alt">
328 336
         <td><a href="#project-torflow">TorFlow</a></td>
329 337
         <td>Backend Service</td>
330 338
         <td>Python</td>
... ...
@@ -332,7 +340,7 @@ meetings around the world.</li>
332 340
         <td>aagbsn</td>
333 341
       </tr>
334 342
       
335
-      <tr class="alt">
343
+      <tr>
336 344
         <td>*<a href="#project-torbel">TorBEL</a></td>
337 345
         <td>Backend Service</td>
338 346
         <td>Python</td>
... ...
@@ -622,6 +630,21 @@ meetings around the world.</li>
622 630
     <i><a href="#stemUsability">Stem Usability Improvements</a></i>
623 631
     </p>
624 632
     
633
+    <a id="project-tlsdate"></a>
634
+    <h3>Tlsdate (<a href="https://github.com/ioerror/tlsdate">code</a>)</h3>
635
+    
636
+    <p>
637
+    tlsdate: secure parasitic rdate replacement
638
+    </p>
639
+    
640
+    <p>
641
+    tlsdate sets the local clock by securely connecting with TLS to remote
642
+    servers and extracting the remote time out of the secure handshake. Unlike
643
+    ntpdate, tlsdate uses TCP, for instance connecting to a remote HTTPS or TLS
644
+    enabled service, and provides some protection against adversaries that try
645
+    to feed you malicious time information.
646
+    </p>
647
+    
625 648
     <a id="project-metrics"></a>
626 649
     <h3><a href="https://metrics.torproject.org/">Metrics</a> (code: <a
627 650
     href="https://gitweb.torproject.org/metrics-db.git">db</a>, <a
628 651