summaryrefslogtreecommitdiffstats
path: root/tools/rsgtutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Better error messages from rsgtutilAhto Truu2013-09-021-4/+4
|
* logsig: handle error casesRainer Gerhards2013-03-261-1/+3
|
* rsgtsig: finish implementation of 'extend' modeRainer Gerhards2013-03-251-13/+62
| | | | | | | | 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-13/+21
| | | | | | | ... 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: basic plumbing for extend modeRainer Gerhards2013-03-231-6/+33
| | | | does not contain actual implementation
* rsgtutil: refactor 'verify' mode to use new tlv file read functionsRainer Gerhards2013-03-231-1/+3
|
* logsig: refactor 'dump' mode in rsgtutilRainer Gerhards2013-03-231-3/+4
| | | | | The way tlvrecords are processed is changed in order to provide better extensibility for further work.
* rsgtutil: add new file type to file type detectionRainer Gerhards2013-03-221-0/+2
|
* logsig: complete initial version of verifierRainer Gerhards2013-03-191-18/+43
|
* logsig: implement timestamp verificationRainer Gerhards2013-03-181-0/+4
| | | | | We now use a higher-level verification function as suggested by GuardTime.
* logsig: milestone/verfier: block timestamp verification almost completeRainer Gerhards2013-03-171-1/+1
| | | | | | | | 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-1/+5
| | | | bugfix: the initial vector was used incorrectly during hash computation.
* logsig: milestone/verfier: record hashes are verifiedRainer Gerhards2013-03-171-1/+94
|
* rsgtutil: add --show-sigblock-params parameterRainer Gerhards2013-03-141-1/+47
|
* rsgtutil: begin to make rsgttlvdump a generic utilityRainer Gerhards2013-03-131-0/+168
It will support various maintenaince operations, including verification of signatures in the future. To match its new scope, it also has been renamed.