summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-05-29 18:15:22 +0200
committerMagnus Ahltorp <map@kth.se>2015-05-29 18:15:22 +0200
commit4dad3a362533c17a30d501f98698ae04aa029e7c (patch)
tree1efca49eb3c28fb4e356edc7c4e525492c45579b /tools
parent42eebf1c68849b1367a8e87757f8019732058c50 (diff)
Add verification of whole entry. Implement library call for plop verification.frontendverify
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index a8fe408..574b158 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -211,6 +211,8 @@ def gen_config(nodename, config, localconfig):
(Symbol("sth_path"), paths["db"] + "sth"),
(Symbol("entryhash_from_entry"),
(Symbol("catlfish"), Symbol("entryhash_from_entry"))),
+ (Symbol("verify_entry"),
+ (Symbol("catlfish"), Symbol("verify_entry"))),
]
signingnodes = config["signingnodes"]