commit 32055650ff1d5feed7aca344fd242a24aa4dac23 Author: Jacob Appelbaum jacob@appelbaum.net Date: Mon Aug 22 12:36:23 2011 +0200
Add refs and add section about our implemented GetTor --- gettor-spec.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/gettor-spec.txt b/gettor-spec.txt index 43b126f..0a30efc 100644 --- a/gettor-spec.txt +++ b/gettor-spec.txt @@ -30,6 +30,10 @@ Security and privacy considerations should be described on a per transport basis.
+2.1 Reference implementation + + We have implemented[0] a compliant GetTor that supports SMTP as a transport. + 3. SMTP transport
The SMTP transport for GetTor should allow users to send any RFC822 compliant message @@ -67,3 +71,5 @@ It is suggested that any compliant GetTor instance should be written in a so called "safe" language such as Python.
+[0] https://gitweb.torproject.org/gettor.git +[1] https://metrics.torproject.org/packages.html
tor-commits@lists.torproject.org