hickory_proto

Module dnssec

Source
Available on crate feature dnssec only.
Expand description

dns security extension related modules

Re-exports§

Modules§

  • openssldnssec-openssl
    OpenSSL implementations of DNSSEC traits.
  • DNSSEC related Proof of record authenticity
  • Public Key implementations for supported key types
  • All record data structures and related serialization methods
  • ringdnssec-ring
    ring implementations of DNSSEC traits.
  • hash functions for DNSSEC operations
  • Trust dns implementation of Secret Key Transaction Authentication for DNS (TSIG) RFC 8945 November 2020

Structs§

  • Digestdnssec-ring
    A calculated digest value.
  • Use for performing signing and validation of DNSSEC based components. The SigSigner can be used for singing requests and responses with SIG0, or DNSSEC RRSIG records. The format is based on the SIG record type.
  • Used to specify the set of SupportedAlgorithms between a client and server
  • The root set of trust anchors for validating DNSSEC, anything in this set will be trusted

Enums§

Traits§

  • A key that can be used to sign records.
  • Types which are able to verify DNS based signatures

Functions§

Type Aliases§

  • An alias for dnssec results returned by functions of this crate