mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Tweak #10162 documentation a bit
This commit is contained in:
parent
f6e07c158f
commit
ec9d88e5a2
@ -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.
|
||||
any longer. Completes proposal 157.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user