mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 18:25:10 -05:00
Poisonlicious PoC with new tsig code
This commit is contained in:
parent
9bbb34fc38
commit
5ed0840dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -1622,7 +1622,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
|||
comm_point_drop_reply(repinfo);
|
||||
return 0;
|
||||
}
|
||||
if((r = tsig_verify(c->buffer, tsig_name, alg, tsig_secret,
|
||||
if((r = tsig_verify_shared(c->buffer, tsig_name, alg, tsig_secret,
|
||||
tsig_secret_len, *worker->env.now))) {
|
||||
verbose(VERB_ALGO, "worker tsig very of response: %s",
|
||||
sldns_lookup_by_id(sldns_tsig_errors, r)?
|
||||
|
|
|
|||
Loading…
Reference in a new issue