Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a basic leveled logger | Rasmus Dahlberg | 2022-04-19 | 2 | -0/+160 |
| | | | | Date and terminal colors are off by default. | ||||
* | update module name (s/sigsum-lib-go/sigsum-go)v0.0.4 | Rasmus Dahlberg | 2022-04-10 | 9 | -13/+13 |
| | | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md | ||||
* | 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 | 1 | -2/+2 |
|\ | |||||
| * | fix incorrect {Leaf,Interior}NodePrefix | Rasmus Dahlberg | 2022-03-27 | 1 | -2/+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 |
| | |||||
* | ascii: Use dependencies based on Go 1.15.9v0.0.2 | Rasmus Dahlberg | 2021-12-30 | 1 | -1/+2 |
| | |||||
* | 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 |