diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:26:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:26:58 -0500 |
commit | ec9d88e5a219e4661aab05af56c78947c46cda99 (patch) | |
tree | 8b5d4ff5be1f5214ace41ee39637e663013e2b81 | |
parent | f6e07c158f3d161e570e34ab6f4ca75f351df3a6 (diff) | |
download | tor-ec9d88e5a219e4661aab05af56c78947c46cda99.tar.gz tor-ec9d88e5a219e4661aab05af56c78947c46cda99.zip |
Tweak #10162 documentation a bit
-rw-r--r-- | changes/prop157-require | 2 | ||||
-rw-r--r-- | src/or/routerparse.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/changes/prop157-require b/changes/prop157-require index 0c35f64d28..f04806ddd0 100644 --- a/changes/prop157-require +++ b/changes/prop157-require @@ -2,4 +2,4 @@ - 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 + any longer. Completes proposal 157. diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 86917520cd..6d837159e1 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1737,8 +1737,6 @@ authority_cert_parse_from_string(const char *s, const char **end_of_string) } tok = find_by_keyword(tokens, K_DIR_KEY_CROSSCERT); - /* XXXX Once all authorities generate cross-certified certificates, - * make this field mandatory. */ if (check_signature_token(cert->cache_info.identity_digest, DIGEST_LEN, tok, |