Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos | Linus Nordberg | 2022-04-28 | 1 | -2/+2 |
| | | | | | | | We should consider stop writing function names in comments. They don't add much. Actually they don't add anything except potentially confusion when they don't match the actualy name which is checked by the compiler. | ||||
* | add drafty tool named sigsum-debug | Rasmus Dahlberg | 2022-04-23 | 16 | -0/+728 |
| | | | | | | | Meant to be used for debugging and tests only. Replaces cmd/tmp/* in log-go, expect for the DNS command which is redundant. Use `dig -t txt $domain_hint` to debug domain hints. | ||||
* | update module name (s/sigsum-lib-go/sigsum-go)v0.0.4 | Rasmus Dahlberg | 2022-04-10 | 11 | -16/+16 |
| | | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md | ||||
* | move issues into a common pad | Rasmus Dahlberg | 2022-03-30 | 7 | -72/+0 |
| | |||||
* | fix asymmetry in testv0.0.3 | Rasmus Dahlberg | 2022-03-28 | 1 | -2/+2 |
| | | | | Next layer of hashing is when computing a checksum. | ||||
* | fix so that test buffer is always correct size | Rasmus Dahlberg | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | remove redundant characters | Rasmus Dahlberg | 2022-03-28 | 2 | -2/+2 |
| | |||||
* | remove dead code | Rasmus Dahlberg | 2022-03-28 | 2 | -46/+0 |
| | |||||
* | rename 'ctx' | Linus Nordberg | 2022-03-28 | 1 | -4/+4 |
| | | | | This is old terminology. | ||||
* | sign tree heads and leaves with SSHSIG | Linus Nordberg | 2022-03-28 | 8 | -24/+150 |
| | |||||
* | Merge remote-tracking branch 'origin/rgdd/fix-node-prefix' | Linus Nordberg | 2022-03-28 | 2 | -11/+2 |
|\ | |||||
| * | fix incorrect {Leaf,Interior}NodePrefix | Rasmus Dahlberg | 2022-03-27 | 2 | -11/+2 |
| | | |||||
* | | add dns package | Rasmus Dahlberg | 2022-03-28 | 2 | -0/+164 |
|/ | | | | | | Mostly imported from sigsum-log-go. Added strict domain hint parsing, two tests, and an example. This should be part of the sigsum-go lib because some client tooling may also want to check domain hints. | ||||
* | use ASCII serialised leaves in Test*FromASCII() | Linus Nordberg | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | issues: bug report | Rasmus Dahlberg | 2022-03-02 | 1 | -0/+9 |
| | |||||
* | issues: fix requests | Rasmus Dahlberg | 2022-01-31 | 1 | -0/+3 |
| | |||||
* | issues: simplify ascii package | Rasmus Dahlberg | 2022-01-31 | 1 | -0/+10 |
| | |||||
* | issues: fix available endpoints | Rasmus Dahlberg | 2022-01-31 | 1 | -0/+8 |
| | |||||
* | ascii: Use dependencies based on Go 1.15.9v0.0.2 | Rasmus Dahlberg | 2021-12-30 | 2 | -2/+3 |
| | |||||
* | issues: Add issue implement-proof-verificationv0.0.1 | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+9 |
| | |||||
* | issues: Add issue implement-ssh-signing-format | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+12 |
| | |||||
* | issues: Close issue add-lib | Rasmus Dahlberg | 2021-12-20 | 1 | -11/+0 |
| | |||||
* | types: Add types and tests | Rasmus Dahlberg | 2021-12-20 | 9 | -0/+1039 |
| | |||||
* | requests: Add request types and tests | Rasmus Dahlberg | 2021-12-20 | 2 | -0/+434 |
| | |||||
* | ascii: Add sigsum ASCII-parser and tests | Rasmus Dahlberg | 2021-12-20 | 2 | -0/+760 |
| | |||||
* | hex: Add lower-case hex parser and tests | Rasmus Dahlberg | 2021-12-20 | 2 | -0/+120 |
| | |||||
* | go: Initialize module | Rasmus Dahlberg | 2021-12-20 | 1 | -0/+3 |
| | |||||
* | updated issues | Rasmus Dahlberg | 2021-12-09 | 4 | -9/+41 |
| | |||||
* | added issue to fix types package | Rasmus Dahlberg | 2021-10-05 | 1 | -0/+9 |
| | |||||
* | Initial commit | Rasmus Dahlberg | 2021-06-22 | 2 | -0/+27 |