Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Also, create base_dir in time, if it doesn't exist. Also also, set permission on base_dir when creating it. | ||||
* | disallow the short form for --bootstrap-log | Linus Nordberg | 2021-06-03 | 1 | -1/+1 |
| | | | | | Since it's devastating to the value of the signature to not require a consistency proof, make it less likely that it's done inadvertently. | ||||
* | exit with error if uploading the signature fails | Linus Nordberg | 2021-06-03 | 1 | -13/+15 |
| | | | | | | Also, make the code that is doing hex encoding in ASCII more readable by splitting up hashing and signing on the one side and hex encoding and converting bytes to ASCII on the other. | ||||
* | implement witness | Linus Nordberg | 2021-06-02 | 1 | -0/+341 |
First stab, rough edges, unstable interfaces, will break things, you don't want to use it. |