summaryrefslogtreecommitdiffstats
path: root/runtime/librsgt_read.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: .logsig files had tlv16 indicator bit at wrong offsetRainer Gerhards2013-05-141-2/+2
|
* logsig: needed to refactor parts of the reader as wellRainer Gerhards2013-03-261-4/+7
| | | | the previous refactoring broke that code
* rsgtsig: finish implementation of 'extend' modeRainer Gerhards2013-03-251-15/+60
| | | | | | | | This is tested as far as possible. However, the actual extend case can only be tested in about three weeks from now when the next publication is out. I have done module-testing with a mockup extend call, so chances are great the final test will be passed.
* rsgtutil/milestone: basic 'extend' mode implementationRainer Gerhards2013-03-231-21/+91
| | | | | | | ... done up until the point where I need to wait for the timestamps to become extendible. So doing a milestone commit to make sure the work is inside the archive. Actual writing of the extended timestamp is missing.
* rsgtutil: refactor 'verify' mode to use new tlv file read functionsRainer Gerhards2013-03-231-206/+24
|
* rsgtutil: refactor 'show-sigblock-params" modeRainer Gerhards2013-03-231-19/+8
|
* logsig: refactor 'dump' mode in rsgtutilRainer Gerhards2013-03-231-19/+266
| | | | | The way tlvrecords are processed is changed in order to provide better extensibility for further work.
* fix: librsgt.h was not put in distribution tarballRainer Gerhards2013-03-221-2/+3
|
* logsig: complete initial version of verifierRainer Gerhards2013-03-191-59/+172
|
* Merge branch 'master-gt' of git+ssh://git.adiscon.com/git/rsyslog into master-gtRainer Gerhards2013-03-181-14/+11
|\
| * logsig: implement timestamp verificationRainer Gerhards2013-03-181-14/+11
| | | | | | | | | | We now use a higher-level verification function as suggested by GuardTime.
* | logsig: fix calculation of merkle tree at end of signature blockRainer Gerhards2013-03-181-1/+1
|/
* logsig: milestone/verfier: block timestamp verification almost completeRainer Gerhards2013-03-171-1/+108
| | | | | | | | 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.
* logsig: milestone/verfier: tree hashes are verified; ALSO a bugfixRainer Gerhards2013-03-171-14/+60
| | | | bugfix: the initial vector was used incorrectly during hash computation.
* logsig: milestone/verfier: record hashes are verifiedRainer Gerhards2013-03-171-0/+126
|
* rsgtutil: add --show-sigblock-params parameterRainer Gerhards2013-03-141-8/+119
|
* logsig: add capability to write interim hash recordsRainer Gerhards2013-03-081-3/+17
|
* logsig: add capability to write log signature recordsRainer Gerhards2013-03-081-3/+60
|
* logsig: add support to read signature filesRainer Gerhards2013-03-071-0/+348
... still incomplete ...