CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/02/20 11:07:59

Modified files:
        usr.bin/dig    : dighost.c 
        usr.bin/dig/lib/dns: dst_api.c 
        usr.bin/dig/lib/dns/include/dst: dst.h 

Log message:
Remove support for reading tsig keys from dnssec key pair.
This was accidentally broken some time ago.
Arguably this was the least useful way of providing tsig keys to
dig. ISC also removed generating tsig keys from dnssec-keygen in 9.13.
To read the key from disk using the -k option it has to be provided as
as a session key:
key "keyname" {
algorithm hmac-sha256;
secret "[...]";
};
OK millert

Reply via email to