Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | end more url's with a slash | Linus Nordberg | 2021-09-30 | 1 | -4/+3 | |
| | ||||||
* | end url's with a slash | Linus Nordberg | 2021-09-30 | 1 | -1/+1 | |
| | ||||||
* | add a link explaining the Onion Location header | Linus Nordberg | 2021-09-30 | 1 | -0/+1 | |
| | ||||||
* | minor language changes | Linus Nordberg | 2021-09-30 | 1 | -9/+9 | |
| | ||||||
* | refactored README.md and website text | Rasmus Dahlberg | 2021-09-30 | 1 | -25/+34 | |
| | | | | | | | - Fixed list that should render correctly on cgit's web interface - Added a services section - Moved up relevant links that should come before services - A few minor edits | |||||
* | clarified that what is logged is a minimal statement | Rasmus Dahlberg | 2021-09-28 | 1 | -1/+1 | |
| | | | | A claimant may add additional implicit claims via policy. | |||||
* | fixed endpoint examples | Rasmus Dahlberg | 2021-09-28 | 1 | -13/+28 | |
| | | | | | | - Better readability with full code blocks - Replaced localhost with <base url> - Generated new add-leaf example that should be valid | |||||
* | minor edits and typo fixes | Rasmus Dahlberg | 2021-09-28 | 1 | -8/+9 | |
| | ||||||
* | removed unused Trunnel structure | Rasmus Dahlberg | 2021-09-28 | 1 | -13/+5 | |
| | ||||||
* | noted that verified timestamps have more use-cases | Rasmus Dahlberg | 2021-09-28 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | A believer can be convinced that a sigsum was logged after time T. This is because witnesses do Verifier(append-only) and Verifier(Freshness). Outline: a claimant is about to log a sigsum. 1. Fetch the most recent cosigned tree head. - Timestamp is T - Tree size is N 2. Submit sigsum for logging. 3. Wait for inclusion at index N+k, k=>0. 4. Wait for next cosigned tree head. - Timestamp is T', where T' > T - Tree size is N', where N' > N+k 5. Download inclusion proof for tree size N'. Now you can convince a believer that a sigsum is publicly logged. Just reveal inclusion proof which leads up to the second cosigned tree head. Next, you can reveal the first cosigned tree head that _have not merged that entry yet_. This follows from the first cosigned tree head size, and makes it obvious that the entry must have been merge after time T. | |||||
* | added meeting minutes | Rasmus Dahlberg | 2021-09-28 | 1 | -0/+75 | |
| | ||||||
* | persisted pads from meeting minutes | Rasmus Dahlberg | 2021-09-28 | 2 | -0/+140 | |
| | ||||||
* | clarify chat room bridging | Linus Nordberg | 2021-09-23 | 1 | -1/+1 | |
| | ||||||
* | fix a typo | Linus Nordberg | 2021-09-23 | 1 | -1/+1 | |
| | ||||||
* | try formatting the mailing list info for easier consumption | Linus Nordberg | 2021-09-23 | 1 | -6/+12 | |
| | ||||||
* | add the mailing list to the contact section | Linus Nordberg | 2021-09-23 | 1 | -0/+13 | |
| | ||||||
* | expand the contact section, saying "chat" | Linus Nordberg | 2021-09-23 | 1 | -0/+6 | |
| | ||||||
* | un-bullet the list of claims | Linus Nordberg | 2021-09-23 | 1 | -5/+4 | |
| | ||||||
* | persisted meeting minutes | Rasmus Dahlberg | 2021-09-21 | 1 | -0/+54 | |
| | ||||||
* | added aborted api patch for future reference | Rasmus Dahlberg | 2021-09-14 | 1 | -0/+548 | |
| | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-09-14 | 1 | -0/+35 | |
| | ||||||
* | Merge branch 'main' of git.sigsum.org:sigsum into main | Rasmus Dahlberg | 2021-09-14 | 1 | -16/+17 | |
|\ | ||||||
| * | don't use 'X' for different things in the same paragraph | Linus Nordberg | 2021-09-13 | 1 | -3/+3 | |
| | | ||||||
| * | s/the data/the right data/1 | Linus Nordberg | 2021-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | make a bullet list oiut of the three claims | Linus Nordberg | 2021-09-13 | 1 | -3/+4 | |
| | | ||||||
| * | uppercasify "oftc" and add a link | Linus Nordberg | 2021-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | link to git.sigsum.org instead of to GH | Linus Nordberg | 2021-09-13 | 1 | -4/+4 | |
| | | ||||||
| * | more URL's ending in a slash | Linus Nordberg | 2021-09-13 | 1 | -2/+2 | |
| | | ||||||
| * | improve the chance that browsers try appending 'index.htm[l]' | Linus Nordberg | 2021-09-13 | 1 | -2/+2 | |
| | | | | | | | | At least I think it works like this. | |||||
| * | s/keep/keeps/1 | Linus Nordberg | 2021-09-13 | 1 | -1/+1 | |
| | | | | | | | | Thanks GeKo. | |||||
* | | persisted pads from meeting minutes | Rasmus Dahlberg | 2021-09-14 | 2 | -0/+68 | |
| | | ||||||
* | | Merge branch 'api-refactor-take-two' into main | Rasmus Dahlberg | 2021-09-14 | 1 | -178/+186 | |
|\ \ | |/ |/| | ||||||
| * | added a second take on api refactoring | Rasmus Dahlberg | 2021-09-06 | 1 | -178/+186 | |
| | | | | | | | | | | | | | | | | - Kept current formats and parsers - Added key_hash in tree_head to protect against an attack - Removed mentions of old terminology, e.g., submitter and end-user. - Referenced some of our persisted discuss pads for additional context. - Minor edits | |||||
* | | added meeting minutes | Rasmus Dahlberg | 2021-09-07 | 1 | -0/+52 | |
|/ | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-08-31 | 1 | -0/+73 | |
| | ||||||
* | persisted pads from meeting minutes | Rasmus Dahlberg | 2021-08-31 | 1 | -0/+118 | |
| | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-08-24 | 1 | -0/+55 | |
| | ||||||
* | persisted pads from meeting minutes | Rasmus Dahlberg | 2021-08-24 | 2 | -0/+119 | |
| | ||||||
* | added static website generation with hugo and hugo-xmin theme | Rasmus Dahlberg | 2021-08-24 | 6 | -0/+29 | |
| | ||||||
* | added project sponsors | Rasmus Dahlberg | 2021-08-22 | 1 | -0/+4 | |
| | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-08-17 | 1 | -0/+35 | |
| | ||||||
* | Merge branch 'landing-page' | Rasmus Dahlberg | 2021-08-17 | 1 | -2/+31 | |
|\ | ||||||
| * | fixed typo | Rasmus Dahlberg | 2021-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | refactored landing page based on feedback from ln5 | Rasmus Dahlberg | 2021-08-15 | 1 | -6/+8 | |
| | | ||||||
| * | suggested a work-in-progress landing page | Rasmus Dahlberg | 2021-08-13 | 1 | -2/+29 | |
| | | ||||||
* | | added template for meeting agenda / minutes | Rasmus Dahlberg | 2021-08-15 | 1 | -0/+1 | |
|/ | ||||||
* | fixed naming typo s/--/- | Rasmus Dahlberg | 2021-08-10 | 3 | -0/+0 | |
| | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-08-10 | 1 | -0/+73 | |
| | ||||||
* | persisted pads from meeting minutes | Rasmus Dahlberg | 2021-08-10 | 3 | -0/+412 | |
| | ||||||
* | added meeting minutes | Rasmus Dahlberg | 2021-06-29 | 1 | -0/+59 | |
| |