summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-03-30 21:40:18 +0200
committerLinus Nordberg <linus@nordu.net>2016-03-30 21:40:18 +0200
commita8c5ee6beb28d8fed3281874026c005f4d6e56da (patch)
tree4c43bce506f3bcc39c5ad3c15e60dbe8bed3d5e7 /tools
parentb69ff1c846250939de3e4f32ff4d07d6ee415009 (diff)
Update README.
Diffstat (limited to 'tools')
-rw-r--r--tools/dnssec/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/dnssec/README.md b/tools/dnssec/README.md
index e6f2985..5cc0c63 100644
--- a/tools/dnssec/README.md
+++ b/tools/dnssec/README.md
@@ -1,3 +1,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.