Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add metrics for log time and tree sizegregoire/daemon | Grégoire Détrez | 2022-08-23 | 1 | -0/+8 |
* | Add option to change the metrics port | Grégoire Détrez | 2022-08-19 | 1 | -3/+11 |
* | Don't count an already-signed tree-head as an error | Grégoire Détrez | 2022-08-19 | 1 | -1/+6 |
* | Daemonize witness | Grégoire Détrez | 2022-08-19 | 1 | -23/+112 |
* | add assert for consistency in testsHEADmain | Rasmus Dahlberg | 2022-07-05 | 1 | -1/+1 |
* | Change ERR_USAGE exit code | Grégoire Détrez | 2022-06-28 | 1 | -1/+1 |
* | Catch requests' ConnectionError | Grégoire Détrez | 2022-06-28 | 1 | -3/+12 |
* | Allow --sigkey-file to be a symlink | Grégoire Détrez | 2022-06-28 | 3 | -8/+95 |
* | change get-consistency-proof HTTP method to GET | Linus Nordberg | 2022-04-29 | 1 | -3/+2 |
* | s/get-tree-head-to-sign/get-tree-head-to-cosign | Linus Nordberg | 2022-04-28 | 1 | -1/+1 |
* | move issues to a common pad | Rasmus Dahlberg | 2022-03-30 | 2 | -8/+0 |
* | sign tree head using SSHSIG | Linus Nordberg | 2022-03-25 | 1 | -8/+9 |
* | change default signing algo to sha256 | Linus Nordberg | 2022-03-25 | 2 | -2/+2 |
* | add issue | Linus Nordberg | 2021-12-30 | 1 | -0/+3 |
* | split armored ssh signature blob on column 70 | Linus Nordberg | 2021-12-09 | 1 | -2/+2 |
* | follow spec wrt tree head age | Linus Nordberg | 2021-12-08 | 2 | -14/+5 |
* | added issue | Rasmus Dahlberg | 2021-12-08 | 1 | -0/+10 |
* | Merge branch 'main' of git.sigsum.org:sigsum-witness-py | Linus Nordberg | 2021-12-08 | 1 | -0/+5 |
|\ | |||||
| * | added issue about strict hex parsing | Rasmus Dahlberg | 2021-10-12 | 1 | -0/+5 |
* | | add tooling for signing | Linus Nordberg | 2021-12-08 | 5 | -0/+252 |
|/ | |||||
* | we're sigsum nowv0.2.1 | Linus Nordberg | 2021-09-14 | 1 | -0/+0 |
* | s/siglog/sigsum/g | Linus Nordberg | 2021-09-14 | 1 | -6/+10 |
* | v0/get-consistency-proof don't return the sizes anymorev0.2.0 | Linus Nordberg | 2021-09-14 | 1 | -7/+7 |
* | follow more API changes in v0.2.0 | Linus Nordberg | 2021-09-14 | 1 | -8/+9 |
* | signed tree head wire format doesn't include `key_hash` anymore | Linus Nordberg | 2021-09-14 | 1 | -3/+1 |
* | base url is now sigsum/v0 | Linus Nordberg | 2021-09-14 | 1 | -3/+3 |
* | adapted README.md to use sigsum terminology | Rasmus Dahlberg | 2021-06-24 | 1 | -1/+2 |
* | added BSD 2-Clause License | Rasmus Dahlberg | 2021-06-24 | 1 | -18/+19 |
* | fixed copyright | Rasmus Dahlberg | 2021-06-23 | 1 | -1/+1 |
* | add README and LICENSEv0.1.0 | Linus Nordberg | 2021-06-16 | 2 | -0/+34 |
* | rename files signed_tree_head and signing_key | Linus Nordberg | 2021-06-16 | 1 | -7/+5 |
* | be explicit when we return None | Linus Nordberg | 2021-06-16 | 1 | -0/+1 |
* | don't fetch consistency proof when tree hasn't grown | Linus Nordberg | 2021-06-16 | 1 | -1/+7 |
* | use @properties in TreeHead | Linus Nordberg | 2021-06-16 | 1 | -38/+50 |
* | refactoring log history validation | Linus Nordberg | 2021-06-16 | 1 | -63/+63 |
* | fix --base-dir | Linus Nordberg | 2021-06-16 | 1 | -10/+10 |
* | validate tree heads harder | Linus Nordberg | 2021-06-16 | 1 | -6/+37 |
* | a too old or too new tree head is not an error | Linus Nordberg | 2021-06-16 | 1 | -4/+5 |
* | don't sign a tree head that's too old or too far in the future | Linus Nordberg | 2021-06-15 | 1 | -12/+26 |
* | be less permissive of --bootstrap-log | Linus Nordberg | 2021-06-15 | 1 | -0/+4 |
* | don't generate signing key just like that | Linus Nordberg | 2021-06-15 | 1 | -17/+44 |
* | handle empty response | Linus Nordberg | 2021-06-15 | 1 | -1/+2 |
* | readability: more explanatory variable names | Linus Nordberg | 2021-06-03 | 1 | -18/+18 |
* | remove spurious assignment | Linus Nordberg | 2021-06-03 | 1 | -1/+0 |
* | readability | Linus Nordberg | 2021-06-03 | 1 | -1/+2 |
* | get the logic for --bootstrap-log right | Linus Nordberg | 2021-06-03 | 1 | -57/+93 |
* | error handling cleaned up a bit | Linus Nordberg | 2021-06-03 | 1 | -70/+98 |
* | disallow the short form for --bootstrap-log | Linus Nordberg | 2021-06-03 | 1 | -1/+1 |
* | exit with error if uploading the signature fails | Linus Nordberg | 2021-06-03 | 1 | -13/+15 |
* | implement witness | Linus Nordberg | 2021-06-02 | 1 | -0/+341 |