aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornusenu <360-nusenu@gitlab.torproject.org>2022-05-29 10:07:50 +0000
committernusenu <360-nusenu@gitlab.torproject.org>2022-05-29 10:07:50 +0000
commit674befc327f8ff0d66cd16fd3a4f7da0229db708 (patch)
treedc3f9f7c232f54cb055d427944be48d4a629ad59
parent76aee658c5a0dbb9cef2ad07b6d0f137735a0930 (diff)
downloadtorspec-674befc327f8ff0d66cd16fd3a4f7da0229db708.tar.gz
torspec-674befc327f8ff0d66cd16fd3a4f7da0229db708.zip
add hashed-bridge-rsa-fingerprint.txt
since contactinfo for bridges is also public now, we add support for bridges
-rw-r--r--proposals/326-tor-relay-well-known-uri-rfc8615.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/proposals/326-tor-relay-well-known-uri-rfc8615.md b/proposals/326-tor-relay-well-known-uri-rfc8615.md
index 4f13835..35bb942 100644
--- a/proposals/326-tor-relay-well-known-uri-rfc8615.md
+++ b/proposals/326-tor-relay-well-known-uri-rfc8615.md
@@ -73,6 +73,25 @@ bHzOT41w56KHh+w6TYwUhN4KrGwPWQWJX04/+tw/+RU
The base64 encoded ed25519 public master key can be found in the file named "fingerprint-ed25519" located in the Tor data directory on the relay.
+## /.well-known/tor-relay/hashed-bridge-rsa-fingerprint.txt
+
+* The file contains one or more SHA1 hashed Tor bridge SHA1 fingerprints operated by the entity in control of this website.
+* Each line contains one hashed fingerprint.
+* The file may contain comments (starting with #).
+* Non-comment lines must be exactly 40 characters long and consist of the following characters [a-fA-F0-9].
+* Hashed fingerprints are not case-sensitive.
+* Each hashed fingerprint MUST appear at most once.
+* The file MUST not be larger than one MByte.
+* The file MUST NOT contain fingerprints of Tor relays.
+* The content MUST be a media type of "text/plain".
+
+Example file content:
+
+```
+# we operate these Tor bridges
+1234567890123456789012345678901234567ABC
+4234567890123456789012345678901234567890
+```
# Change Controller