mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Rename blacklist and whitelist wording
Closes #40033 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
committed by
Nick Mathewson
parent
7b24d56acc
commit
268d01ada5
@@ -1354,8 +1354,8 @@ networkstatus_parse_vote_from_string(const char *s,
|
||||
goto err;
|
||||
}
|
||||
if (ns->type != NS_TYPE_CONSENSUS) {
|
||||
if (authority_cert_is_blacklisted(ns->cert)) {
|
||||
log_warn(LD_DIR, "Rejecting vote signature made with blacklisted "
|
||||
if (authority_cert_is_denylisted(ns->cert)) {
|
||||
log_warn(LD_DIR, "Rejecting vote signature made with denylisted "
|
||||
"signing key %s",
|
||||
hex_str(ns->cert->signing_key_digest, DIGEST_LEN));
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user