diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-17 15:46:24 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-17 15:46:24 +0100 |
commit | b09d37063fc155ff5ec38430c679da5be5de0dcc (patch) | |
tree | 0ac345aa1f8a74d29b51f40eb5aa5051cbb09942 /tools | |
parent | 03901766c7f452c637ac57ec526b98895da510d5 (diff) | |
download | rsyslog-b09d37063fc155ff5ec38430c679da5be5de0dcc.tar.gz rsyslog-b09d37063fc155ff5ec38430c679da5be5de0dcc.tar.bz2 rsyslog-b09d37063fc155ff5ec38430c679da5be5de0dcc.zip |
logsig: milestone/verfier: block timestamp verification almost complete
unfortunately, there seems to be a problem with the GuardTime API, so
that I need their support before being able to carry on. Once I
receive it, it should be fairly quick to complete the function. I am
commiting this work as I do not know how long it will take to receive
an answer.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rsgtutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsgtutil.c b/tools/rsgtutil.c index d4c58d2d..cc045f8c 100644 --- a/tools/rsgtutil.c +++ b/tools/rsgtutil.c @@ -216,7 +216,7 @@ verify(char *name) if((r = doVerifyRec(logfp, sigfp, bs, gf)) != 0) goto err; if(nRecs == bs->recCount) { - // verifyBLOCK_SIG(bs, gf); + verifyBLOCK_SIG(bs, gf, sigfp, nRecs); bInBlock = 0; } } |