Hello. I am learning Python and specifically dnspython in order to write my own DNSSEC domain validator. I have run into an issue calculating the key tag value from a DNSKEY response. I was directed to RFC 4034 from a script I found on the web for an example in C for how to calculate the key tag from a wire representation of the record. I tried implementing the method myself and I am getting very different results than what are returned by drill or dnsviz.net. I am sure I am doing this wrong. Could someone assist me with a code snippet that takes a DNSKEY object and determines the key tag to be matched up against a corresponding DS record?
-- Adam Portier
_______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo/dnspython-users
