Skip to main content

Module tsig

Module tsig 

Expand description

TSIG for secret key authentication of transaction

Structs§

TSIG
RFC 8945, Secret Key Transaction Authentication for DNS

Enums§

TsigAlgorithm
Algorithm used to authenticate communication
TsigError
A TSIG RR error rcode

Functions§

make_tsig_record
Helper function to make a TSIG record from the name of the key, and the TSIG RData
message_tbs
Return the to-be-signed data for authenticating the message with TSIG.