Skip to content

Make modifications to keyless.example deterministic

Mark Andrews requested to merge 3345-fix-keyless-example-generation-v9_18 into v9_18

The perl modifation code for keyless.example was not deterministic (/NXT/ matched part of signature) resulting in different error strings being returned. Replaced /NXT/ with /A RRSIG NSEC/ and updated expected error string,

(cherry picked from commit 69d5e22e)

Closes #3345 (closed)

Merge request reports