summaryrefslogtreecommitdiffstats
path: root/runtime/librsgt.h
Commit message (Collapse)AuthorAgeFilesLines
* More careful TLV encoding/decodingAhto Truu2013-09-021-0/+3
|
* logsig: needed to refactor parts of the reader as wellRainer Gerhards2013-03-261-0/+2
| | | | the previous refactoring broke that code
* logsig: refactor code to not reley on undocumented libgt partsRainer Gerhards2013-03-261-7/+7
|
* logsig: handle error casesRainer Gerhards2013-03-261-8/+15
|
* rsgtsig: finish implementation of 'extend' modeRainer Gerhards2013-03-251-0/+6
| | | | | | | | 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-3/+5
| | | | | | | ... 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.
* logsig: refactor 'dump' mode in rsgtutilRainer Gerhards2013-03-231-1/+11
| | | | | The way tlvrecords are processed is changed in order to provide better extensibility for further work.
* logsig: complete initial version of verifierRainer Gerhards2013-03-191-4/+92
|
* logsig: milestone/verfier: block timestamp verification almost completeRainer Gerhards2013-03-171-0/+3
| | | | | | | | 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: record hashes are verifiedRainer Gerhards2013-03-171-0/+33
|
* rsgtutil: add --show-sigblock-params parameterRainer Gerhards2013-03-141-1/+9
|
* logsig: support dynafilesRainer Gerhards2013-03-111-11/+25
|
* logsig: add config parameters (for omfile)Rainer Gerhards2013-03-071-1/+27
|
* logsig: preserve necessary state during file closed timeRainer Gerhards2013-03-071-2/+12
|
* logsig: add support to read signature filesRainer Gerhards2013-03-071-0/+88
| | | | ... still incomplete ...
* logsig: write block-sig recordRainer Gerhards2013-03-061-0/+91
also some general improvements, e.g. random data is now gathered correctly