trust_dns_proto::rr::dnssec

Module tbs

Source
Available on crate feature dnssec only.
Expand description

hash functions for DNSSEC operations

Structs§

TBS
Data To Be Signed.

Functions§

determine_name
RFC 4035, DNSSEC Protocol Modifications, March 2005
message_tbs
Returns the to-be-signed serialization of the given message.
rrset_tbs
Returns the to-be-signed serialization of the given record set.
rrset_tbs_with_rrsig
Returns the to-be-signed serialization of the given record set using the information provided from the RRSIG record.
rrset_tbs_with_sig
Returns the to-be-signed serialization of the given record set using the information provided from the SIG record.