From d941ea72210224c4ee80c304b8b0d3aa54b80e3b Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 29 May 2015 18:15:22 +0200 Subject: Add verification of whole entry. Implement library call for plop verification. --- tools/compileconfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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"] -- cgit v1.1