Skip to content

add basic test for TSIG key dump/restore functionality

Evan Hunt requested to merge each-key-restore-test into main

stop and restart the server in the 'tsiggss' test, in order to confirm that GSS negotiated TSIG keys are saved and restored when named loads.

added logging to dns_tsigkey_createfromkey() to indicate whether a key has been statically configured, generated via GSS negotiation, or restored from a file.

Merge request reports