aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proposals/285-utf-8.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/proposals/285-utf-8.txt b/proposals/285-utf-8.txt
index 939399f..a7f4626 100644
--- a/proposals/285-utf-8.txt
+++ b/proposals/285-utf-8.txt
@@ -49,7 +49,7 @@ Status: Open
First, we should make Tor instances start warning about any hidden
service descriptors whose bodies, post-decryption, contain non-utf-8
plaintext. At the same time, we add a consensus parameter to
- indicate that hidden service descriptors with non-utf-8 plantexts
+ indicate that hidden service descriptors with non-utf-8 plaintexts
should be rejected entirely: "reject-encrypted-non-utf-8". If that
parameter is set to 1, then hidden service clients will not only
warn, but reject the descriptors.
@@ -58,3 +58,12 @@ Status: Open
the "reject-encrypted-non-utf-8" parameter, that parameter can be set
to 1.
+2.2. Which UTF-8 exactly?
+
+ We define the allowable set of UTF-8 as:
+ * Encoding the codepoints U+01 through U+10FFFF,
+ * but excluding the codepoints U+D800 through U+DFFF,
+ * each encoded with the shortest possible encoding.
+
+
+