summaryrefslogtreecommitdiff
path: root/doc/spec
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-05-24 17:05:13 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-24 20:31:20 -0400
commit4c548cd51b087801b02c96b56978bd03ffdf8938 (patch)
tree9dba3993c6811f46916376819a4f438a89412402 /doc/spec
parent7df5c031e8deea647a23ff102de0b2c29d5a59ed (diff)
downloadtor-4c548cd51b087801b02c96b56978bd03ffdf8938.tar.gz
tor-4c548cd51b087801b02c96b56978bd03ffdf8938.zip
early thoughts on a safer way to reach a service via a particular exit.
Diffstat (limited to 'doc/spec')
-rw-r--r--doc/spec/proposals/ideas/xxx-encrypted-services.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/spec/proposals/ideas/xxx-encrypted-services.txt b/doc/spec/proposals/ideas/xxx-encrypted-services.txt
new file mode 100644
index 0000000000..3414f3c4fb
--- /dev/null
+++ b/doc/spec/proposals/ideas/xxx-encrypted-services.txt
@@ -0,0 +1,18 @@
+
+the basic idea might be to generate a keypair, and sign little statements
+like "this key corresponds to this relay id", and publish them on karsten's
+hs dht.
+
+so if you want to talk to it, you look it up, then go to that exit.
+and by 'go to' i mean 'build a tor circuit like normal except you're sure
+where to exit'
+
+connecting to it is slower than usual, but once you're connected, it's no
+slower than normal tor.
+and you get what wikileaks wants from its hidden service, which is really
+just the UI piece.
+indymedia also wants this.
+
+might be interesting to let an encrypted service list more than one relay,
+too.
+