summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-04-06 10:07:48 +0200
committerLinus Nordberg <linus@nordu.net>2016-04-07 16:06:12 +0200
commit03874b8eca8f065f6a1b133f06f19c0ff1d1494e (patch)
tree49ba20ad12e907270468353bc868742001086098 /ebin/catlfish.app
parentb8d1f0175850fbbbb8e8f6e2cdab5438ab8a54b6 (diff)
Add unit test for validation, from dnssecport:handle_call().
- The port now returns the RRset (DS, chain, trust root and all RRSIG's). This in preparatino for when this data will be normalised. - dnssecport decodes and encodes DNS data. - v1 stores the DS RR in the leaf and the rest, including the DS RRSIG, in the chain.
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r--ebin/catlfish.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index aa833bc..3bb882c 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -6,6 +6,7 @@
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
{vsn, "0.9.0-dev"},
- {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, ratelimit]},
+ {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, ratelimit,
+ dns, dnssecport]},
{applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
{mod, {catlfish_app, []}}]}.