summaryrefslogtreecommitdiff
path: root/tools/dnssec/README.md
blob: 5cc0c63fd1cc979c9332ed334cce9b7ebfd2d43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains tools for DNSSEC Transparency.

Tools:
- dns-wire2text reads RR's and prints them in presentation format

- dns-net2wire is a hacked-up getdns_query.c saving answer,
  validation_chain and the trust anchors used to three separate files,
  for use by validatechain.

- validatechain reads three files with RR's in wire format -- records
  to validate (with their RRSIG's), support records (i.e. the chain)
  and the trust anchor records to use for validation -- and performs
  DNSSEC validation.