Skip to content
Snippets Groups Projects
Commit 33e7a1a3 authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

Revert "internet: don't prove wildcards in referral answers"

This reverts commit 747869b5.
parent 2f8dde00
No related branches found
No related tags found
1 merge request!1292nameserver: prove wildcards in referral answers
......@@ -514,9 +514,8 @@ static int solve_authority_dnssec(int state, knot_pkt_t *pkt, knotd_qdata_t *qda
/* RFC4035 3.1.3 Prove visited wildcards.
* Wildcard expansion applies for Name Error, Wildcard Answer and
* No Data proofs if at one point the search expanded a wildcard node.
* \note Do not attempt to prove non-authoritative data. */
if (ret == KNOT_EOK && state != KNOTD_IN_STATE_DELEG) {
* No Data proofs if at one point the search expanded a wildcard node. */
if (ret == KNOT_EOK) {
ret = nsec_prove_wildcards(pkt, qdata);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment