Skip to content

prevent TSIG keys from being added to multiple rings

Evan Hunt requested to merge 4079-multiple-keyrings into main

it was possible to add a TSIG key to more than one TSIG keyring at a time, and this was in fact happening with the session key, which was generated once and then added to the keyrings for each view as it was configured.

this has been corrected and a REQUIRE added to dns_tsigkeyring_add() to prevent it from happening again.

Closes #4079 (closed)

Merge request reports