summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2008-07-24 15:37:49 +0000
committerJacob Appelbaum <jacob@appelbaum.net>2008-07-24 15:37:49 +0000
commitefc7f1ef8fdfa00d8574e66aa0f20036b053dc11 (patch)
treed12bb90db9c12fdfa9a514373d5ffddbf7ec3d2e
parent3ce6e2fba290eb5d3a4d0a3ca2f61658245b52b6 (diff)
downloadtor-efc7f1ef8fdfa00d8574e66aa0f20036b053dc11.tar.gz
tor-efc7f1ef8fdfa00d8574e66aa0f20036b053dc11.zip
An idea discussed with Roger and Nick at PET.
svn:r16181
-rw-r--r--doc/spec/proposals/ideas/xxx-hide-platform.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/spec/proposals/ideas/xxx-hide-platform.txt b/doc/spec/proposals/ideas/xxx-hide-platform.txt
new file mode 100644
index 0000000000..3fed5cfbd4
--- /dev/null
+++ b/doc/spec/proposals/ideas/xxx-hide-platform.txt
@@ -0,0 +1,39 @@
+Filename: xxx-hide-platform.txt
+Title: Hide Tor Platform Information
+Version: $Revision$
+Last-Modified: $Date$
+Author: Jacob Appelbaum
+Created: 24-July-2008
+Status: Draft
+
+
+ Hiding Tor Platform Information
+
+0.0 Introduction
+
+The current Tor program publishes its specific Tor version and related OS
+platform information. This information could be misused by an attacker.
+
+0.1 Current Implementation
+
+Currently, the Tor binary sends data that looks like the following:
+
+ Tor 0.2.0.26-rc (r14597) on Darwin Power Macintosh
+ Tor 0.1.2.19 on Windows XP Service Pack 3 [workstation] {terminal services,
+ single user}
+
+1.0 Suggested changes
+
+It would be useful to allow a user to configure the disclosure of such
+information. Such a change would be an option in the torrc file like so:
+
+ HidePlatform Yes
+
+1.1 Suggested default behavior in the future
+
+If a user would like to disclose this information, they could configure their
+Tor to do so.
+
+ HidePlatform No
+
+