Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: .logsig files had tlv16 indicator bit at wrong offset | Rainer Gerhards | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | bugfix: block size limit was not properly honored | Rainer Gerhards | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | bugfix: potential segfault in guardtime signature provider | Rainer Gerhards | 2013-04-23 | 1 | -1/+1 |
| | | | | | it could segfault if an error was reported by the GuardTime API, because an invalid free could happen then | ||||
* | logsig: needed to refactor parts of the reader as well | Rainer Gerhards | 2013-03-26 | 1 | -2/+2 |
| | | | | the previous refactoring broke that code | ||||
* | logsig: refactor code to not reley on undocumented libgt parts | Rainer Gerhards | 2013-03-26 | 1 | -34/+52 |
| | |||||
* | logsig: fix memory leak | Rainer Gerhards | 2013-03-26 | 1 | -13/+29 |
| | |||||
* | logsig: handle error cases | Rainer Gerhards | 2013-03-26 | 1 | -113/+246 |
| | |||||
* | rsgtsig: finish implementation of 'extend' mode | Rainer Gerhards | 2013-03-25 | 1 | -0/+4 |
| | | | | | | | | 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 | -0/+1 |
| | | | | | | | ... 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: complete initial version of verifier | Rainer Gerhards | 2013-03-19 | 1 | -3/+6 |
| | |||||
* | logsig: fix calculation of merkle tree at end of signature block | Rainer Gerhards | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | logsig: milestone/verfier: tree hashes are verified; ALSO a bugfix | Rainer Gerhards | 2013-03-17 | 1 | -1/+1 |
| | | | | bugfix: the initial vector was used incorrectly during hash computation. | ||||
* | logsig: milestone/verfier: record hashes are verified | Rainer Gerhards | 2013-03-17 | 1 | -3/+3 |
| | |||||
* | logsig: support dynafiles | Rainer Gerhards | 2013-03-11 | 1 | -166/+193 |
| | |||||
* | some cleanup | Rainer Gerhards | 2013-03-08 | 1 | -2/+1 |
| | |||||
* | logsig: fix subroot forest handling | Rainer Gerhards | 2013-03-08 | 1 | -1/+3 |
| | |||||
* | logsig: add capability to write interim hash records | Rainer Gerhards | 2013-03-08 | 1 | -5/+9 |
| | |||||
* | logsig: add capability to write log signature records | Rainer Gerhards | 2013-03-08 | 1 | -1/+15 |
| | |||||
* | logsig: update implementation to new concatenation rules from paper | Rainer Gerhards | 2013-03-08 | 1 | -3/+9 |
| | | | | | | | | - when concatenting hashes, the hash ID must be included (actually the imprint, not just the hash is concatenated) - when concatenting integers, the smallest number of octets must be used (actually, we have just level currently, which always is one octet) | ||||
* | logsig: update hash chain algorithm to match updated paper | Rainer Gerhards | 2013-03-08 | 1 | -3/+3 |
| | |||||
* | logsig: write integers in most compact from to tlv file | Rainer Gerhards | 2013-03-08 | 1 | -21/+39 |
| | |||||
* | logsig: implement sig.block.sizelimit parameter | Rainer Gerhards | 2013-03-08 | 1 | -2/+14 |
| | |||||
* | logsig: add config parameters (for omfile) | Rainer Gerhards | 2013-03-07 | 1 | -5/+33 |
| | |||||
* | logsig: preserve necessary state during file closed time | Rainer Gerhards | 2013-03-07 | 1 | -10/+72 |
| | |||||
* | logsig: add support to read signature files | Rainer Gerhards | 2013-03-07 | 1 | -55/+15 |
| | | | | ... still incomplete ... | ||||
* | logsig: write block-sig record | Rainer Gerhards | 2013-03-06 | 1 | -56/+125 |
| | | | | | also some general improvements, e.g. random data is now gathered correctly | ||||
* | logsig: first PoC of actually writing to signature file | Rainer Gerhards | 2013-03-05 | 1 | -11/+76 |
| | |||||
* | logsig: build base plumbing for signature multi-provider interface | Rainer Gerhards | 2013-03-05 | 1 | -2/+1 |
| | |||||
* | logsig: PoC for some TLV support functions | Rainer Gerhards | 2013-03-04 | 1 | -2/+97 |
| | | | | also first steps at integrating them into rest of PoC | ||||
* | logsigner: sign via merkle tree approach (still PoC, non production) | Rainer Gerhards | 2013-02-21 | 1 | -0/+309 |