mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
f6e07c158f
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.
5 lines
268 B
Plaintext
5 lines
268 B
Plaintext
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. |