summaryrefslogtreecommitdiffstats
path: root/Knot.files
diff options
context:
space:
mode:
authorLibor Peltan <libor.peltan@nic.cz>2021-03-23 18:15:26 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2021-06-03 10:51:58 +0200
commitebd79e7630d31a4b9ff0cefd560de12bf7c07235 (patch)
tree3a92281660854d2d6beda31c3f06ad5a177279fd /Knot.files
parentzone node: ensure that rrsets are sorted by rrtype (diff)
downloadknot-ebd79e7630d31a4b9ff0cefd560de12bf7c07235.tar.xz
knot-ebd79e7630d31a4b9ff0cefd560de12bf7c07235.zip
implemented zonemd calculation/verification
Diffstat (limited to 'Knot.files')
-rw-r--r--Knot.files6
1 files changed, 6 insertions, 0 deletions
diff --git a/Knot.files b/Knot.files
index 936ee0547..ad3777df3 100644
--- a/Knot.files
+++ b/Knot.files
@@ -281,6 +281,8 @@ src/knot/zone/backup.c
src/knot/zone/backup.h
src/knot/zone/contents.c
src/knot/zone/contents.h
+src/knot/zone/digest.c
+src/knot/zone/digest.h
src/knot/zone/measure.c
src/knot/zone/measure.h
src/knot/zone/node.c
@@ -311,6 +313,8 @@ src/libdnssec/binary.c
src/libdnssec/binary.h
src/libdnssec/crypto.c
src/libdnssec/crypto.h
+src/libdnssec/digest.c
+src/libdnssec/digest.h
src/libdnssec/dnssec.h
src/libdnssec/error.c
src/libdnssec/error.h
@@ -415,6 +419,7 @@ src/libknot/rrtype/rrsig.h
src/libknot/rrtype/soa.h
src/libknot/rrtype/tsig.c
src/libknot/rrtype/tsig.h
+src/libknot/rrtype/zonemd.h
src/libknot/tsig-op.c
src/libknot/tsig-op.h
src/libknot/tsig.c
@@ -547,6 +552,7 @@ tests/knot/test_conf.h
tests/knot/test_conf_tools.c
tests/knot/test_confdb.c
tests/knot/test_confio.c
+tests/knot/test_digest.c
tests/knot/test_dthreads.c
tests/knot/test_fdset.c
tests/knot/test_journal.c