Skip to content

allow multiple key algorithms in the same control listener

Evan Hunt requested to merge 2756-rndc-multiple-algorithm-v9_11 into v9_11

if a control channel listener was configured with more than one key algorithm, message verification would be attempted with each algorithm in turn. if the first key failed due to the wrong signature length, the entire verification process was aborted, rather than continuing on to try with another key.

(cherry picked from commit 841b557d) (cherry picked from commit 68a40622)

Closes #2756 (closed)

Merge request reports