Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: .logsig files had tlv16 indicator bit at wrong offset | Rainer Gerhards | 2013-05-14 | 1 | -2/+2 |
| | |||||
* | logsig: needed to refactor parts of the reader as well | Rainer Gerhards | 2013-03-26 | 1 | -4/+7 |
| | | | | the previous refactoring broke that code | ||||
* | rsgtsig: finish implementation of 'extend' mode | Rainer Gerhards | 2013-03-25 | 1 | -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 implementation | Rainer Gerhards | 2013-03-23 | 1 | -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 functions | Rainer Gerhards | 2013-03-23 | 1 | -206/+24 |
| | |||||
* | rsgtutil: refactor 'show-sigblock-params" mode | Rainer Gerhards | 2013-03-23 | 1 | -19/+8 |
| | |||||
* | logsig: refactor 'dump' mode in rsgtutil | Rainer Gerhards | 2013-03-23 | 1 | -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 tarball | Rainer Gerhards | 2013-03-22 | 1 | -2/+3 |
| | |||||
* | logsig: complete initial version of verifier | Rainer Gerhards | 2013-03-19 | 1 | -59/+172 |
| | |||||
* | Merge branch 'master-gt' of git+ssh://git.adiscon.com/git/rsyslog into master-gt | Rainer Gerhards | 2013-03-18 | 1 | -14/+11 |
|\ | |||||
| * | logsig: implement timestamp verification | Rainer Gerhards | 2013-03-18 | 1 | -14/+11 |
| | | | | | | | | | | We now use a higher-level verification function as suggested by GuardTime. | ||||
* | | logsig: fix calculation of merkle tree at end of signature block | Rainer Gerhards | 2013-03-18 | 1 | -1/+1 |
|/ | |||||
* | logsig: milestone/verfier: block timestamp verification almost complete | Rainer Gerhards | 2013-03-17 | 1 | -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 bugfix | Rainer Gerhards | 2013-03-17 | 1 | -14/+60 |
| | | | | bugfix: the initial vector was used incorrectly during hash computation. | ||||
* | logsig: milestone/verfier: record hashes are verified | Rainer Gerhards | 2013-03-17 | 1 | -0/+126 |
| | |||||
* | rsgtutil: add --show-sigblock-params parameter | Rainer Gerhards | 2013-03-14 | 1 | -8/+119 |
| | |||||
* | logsig: add capability to write interim hash records | Rainer Gerhards | 2013-03-08 | 1 | -3/+17 |
| | |||||
* | logsig: add capability to write log signature records | Rainer Gerhards | 2013-03-08 | 1 | -3/+60 |
| | |||||
* | logsig: add support to read signature files | Rainer Gerhards | 2013-03-07 | 1 | -0/+348 |
... still incomplete ... |