aboutsummaryrefslogtreecommitdiff
path: root/changes/feature27367
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2018-08-29 08:49:10 +0000
committercypherpunks <cypherpunks@torproject.org>2018-10-23 00:33:51 +0000
commitf874ab26401ca269074963697ddcad879b3b4e3a (patch)
treeae79e5b8a69f6663d874a316f40b331ad41cf2c5 /changes/feature27367
parent3704c4a01219cca7273fa5fa0bc6751d98ad05ac (diff)
downloadtor-f874ab26401ca269074963697ddcad879b3b4e3a.tar.gz
tor-f874ab26401ca269074963697ddcad879b3b4e3a.zip
dircache: make dirauths reject non UTF-8 descriptors and extrainfo
Ticket #27367.
Diffstat (limited to 'changes/feature27367')
-rw-r--r--changes/feature273674
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature27367 b/changes/feature27367
new file mode 100644
index 0000000000..99c0839621
--- /dev/null
+++ b/changes/feature27367
@@ -0,0 +1,4 @@
+ o Minor features (parsing):
+ - Directory authorities now validate that router descriptors and ExtraInfo
+ documents are in a valid subset of UTF-8, and reject them if not.
+ Closes ticket 27367.