mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
Set up dannenberg (run by CCC) as the sixth v3 directory
authority. svn:r13231
This commit is contained in:
parent
d2a04d7e06
commit
9d1832dd5a
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
Changes in version 0.2.0.18-alpha - 2008-01-??
|
Changes in version 0.2.0.18-alpha - 2008-01-??
|
||||||
|
o New directory authorities:
|
||||||
|
- Set up dannenberg (run by CCC) as the sixth v3 directory
|
||||||
|
authority.
|
||||||
|
|
||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- We accidentally enabled the under-development v2 TLS handshake
|
- We accidentally enabled the under-development v2 TLS handshake
|
||||||
code, which is causing log entries like "TLS error while
|
code, which is causing log entries like "TLS error while
|
||||||
|
|
|
@ -835,6 +835,9 @@ add_default_trusted_dir_authorities(authority_type_t type)
|
||||||
"gabelmoo orport=443 no-v2 "
|
"gabelmoo orport=443 no-v2 "
|
||||||
"v3ident=EAA879B5C75032E462CB018630D2D0DF46EBA606 "
|
"v3ident=EAA879B5C75032E462CB018630D2D0DF46EBA606 "
|
||||||
"88.198.7.215:80 6833 3D07 61BC F397 A587 A0C0 B963 E4A9 E99E C4D3",
|
"88.198.7.215:80 6833 3D07 61BC F397 A587 A0C0 B963 E4A9 E99E C4D3",
|
||||||
|
"dannenberg orport=443 no-v2 "
|
||||||
|
"v3ident=585769C78764D58426B8B52B6651A5A71137189A "
|
||||||
|
"213.73.91.31:80 7BE6 83E6 5D48 1413 21C5 ED92 F075 C553 64AC 7123",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
for (i=0; dirservers[i]; i++) {
|
for (i=0; dirservers[i]; i++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue