Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More careful TLV encoding/decoding | Ahto Truu | 2013-09-02 | 1 | -0/+3 |
| | |||||
* | logsig: needed to refactor parts of the reader as well | Rainer Gerhards | 2013-03-26 | 1 | -0/+2 |
| | | | | the previous refactoring broke that code | ||||
* | logsig: refactor code to not reley on undocumented libgt parts | Rainer Gerhards | 2013-03-26 | 1 | -7/+7 |
| | |||||
* | logsig: handle error cases | Rainer Gerhards | 2013-03-26 | 1 | -8/+15 |
| | |||||
* | rsgtsig: finish implementation of 'extend' mode | Rainer Gerhards | 2013-03-25 | 1 | -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 implementation | Rainer Gerhards | 2013-03-23 | 1 | -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 rsgtutil | Rainer Gerhards | 2013-03-23 | 1 | -1/+11 |
| | | | | | The way tlvrecords are processed is changed in order to provide better extensibility for further work. | ||||
* | logsig: complete initial version of verifier | Rainer Gerhards | 2013-03-19 | 1 | -4/+92 |
| | |||||
* | logsig: milestone/verfier: block timestamp verification almost complete | Rainer Gerhards | 2013-03-17 | 1 | -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 verified | Rainer Gerhards | 2013-03-17 | 1 | -0/+33 |
| | |||||
* | rsgtutil: add --show-sigblock-params parameter | Rainer Gerhards | 2013-03-14 | 1 | -1/+9 |
| | |||||
* | logsig: support dynafiles | Rainer Gerhards | 2013-03-11 | 1 | -11/+25 |
| | |||||
* | logsig: add config parameters (for omfile) | Rainer Gerhards | 2013-03-07 | 1 | -1/+27 |
| | |||||
* | logsig: preserve necessary state during file closed time | Rainer Gerhards | 2013-03-07 | 1 | -2/+12 |
| | |||||
* | logsig: add support to read signature files | Rainer Gerhards | 2013-03-07 | 1 | -0/+88 |
| | | | | ... still incomplete ... | ||||
* | logsig: write block-sig record | Rainer Gerhards | 2013-03-06 | 1 | -0/+91 |
also some general improvements, e.g. random data is now gathered correctly |