From 28bc4ae4d9cf9f34f9dcd99da1c89bdb56a2bd38 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 6 Apr 2016 10:07:48 +0200 Subject: 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. --- ebin/catlfish.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ebin') 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, []}}]}. -- cgit v1.1