aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-11-14 09:37:41 -0500
committerNick Mathewson <nickm@torproject.org>2013-11-14 09:37:41 -0500
commitf6e07c158f3d161e570e34ab6f4ca75f351df3a6 (patch)
treec7fa2e2e3c43da750fd798ef166bdd08c2d6ff00 /changes
parenta82b18f2168ce19e0637740fed5746d6daac4e3a (diff)
downloadtor-f6e07c158f3d161e570e34ab6f4ca75f351df3a6.tar
tor-f6e07c158f3d161e570e34ab6f4ca75f351df3a6.tar.gz
Make the dir-key-crosscert element required
In proposal 157, we added a cross-certification element for directory authority certificates. We implemented it in 0.2.1.9-alpha. All Tor directory authorities now generate it. Here, as planned, make it required, so that we can finally close proposal 157. The biggest change in the code is in the unit test data, where some old hardcoded certs that we made long ago have become no longer valid and now need to be replaced.
Diffstat (limited to 'changes')
-rw-r--r--changes/prop157-require5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/prop157-require b/changes/prop157-require
new file mode 100644
index 000000000..0c35f64d2
--- /dev/null
+++ b/changes/prop157-require
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Clients now reject any directory authority certificates lacking
+ a dir-key-crosscert element. These have been included since
+ 0.2.1.9-alpha, so there's no real reason for them to be optional
+ any longer. Completes proposal 157. \ No newline at end of file