Module dnssec

Source
Expand description

DNSSEC signing and validation

  • common: Types and functions that are common between signing and validation.
  • sign: Experimental support for DNSSEC signing.
  • validator: Experimental support for DNSSEC validation.

Note that in addition to the feature flags that enable the various modules (unstable-sig, unstable-validator), at least one cryptographic backend needs to be selected (currently there are ring and openssl).