summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-05-29 18:15:22 +0200
committerMagnus Ahltorp <map@kth.se>2015-06-10 00:51:07 +0200
commit6ddc1e97a22505e000c65101a9b690e0f7203ea1 (patch)
tree2c2ce679be66908a81582a207a6833529dcdc40b /tools/compileconfig.py
parent3eb6a1c9fd83c98a17974a055d8bc4e5dd13b15e (diff)
Add verification of whole entry. Implement library call for plop verification.
Diffstat (limited to 'tools/compileconfig.py')
-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"]