aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* drafty types refactor with simple ascii packagergdd/sketchRasmus Dahlberg2022-04-2518-1881/+1120
| | | | | types.go compiles but that is about it, here be dragons. Pushing so that we can get an idea of what this refactor would roughly look like.
* update module name (s/sigsum-lib-go/sigsum-go)v0.0.4Rasmus Dahlberg2022-04-1011-16/+16
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* move issues into a common padRasmus Dahlberg2022-03-307-72/+0
|
* fix asymmetry in testv0.0.3Rasmus Dahlberg2022-03-281-2/+2
| | | | Next layer of hashing is when computing a checksum.
* fix so that test buffer is always correct sizeRasmus Dahlberg2022-03-281-1/+1
|
* remove redundant charactersRasmus Dahlberg2022-03-282-2/+2
|
* remove dead codeRasmus Dahlberg2022-03-282-46/+0
|
* rename 'ctx'Linus Nordberg2022-03-281-4/+4
| | | | This is old terminology.
* sign tree heads and leaves with SSHSIGLinus Nordberg2022-03-288-24/+150
|
* Merge remote-tracking branch 'origin/rgdd/fix-node-prefix'Linus Nordberg2022-03-282-11/+2
|\
| * fix incorrect {Leaf,Interior}NodePrefixRasmus Dahlberg2022-03-272-11/+2
| |
* | add dns packageRasmus Dahlberg2022-03-282-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 Nordberg2022-03-151-2/+2
|
* issues: bug reportRasmus Dahlberg2022-03-021-0/+9
|
* issues: fix requestsRasmus Dahlberg2022-01-311-0/+3
|
* issues: simplify ascii packageRasmus Dahlberg2022-01-311-0/+10
|
* issues: fix available endpointsRasmus Dahlberg2022-01-311-0/+8
|
* ascii: Use dependencies based on Go 1.15.9v0.0.2Rasmus Dahlberg2021-12-302-2/+3
|
* issues: Add issue implement-proof-verificationv0.0.1Rasmus Dahlberg2021-12-201-0/+9
|
* issues: Add issue implement-ssh-signing-formatRasmus Dahlberg2021-12-201-0/+12
|
* issues: Close issue add-libRasmus Dahlberg2021-12-201-11/+0
|
* types: Add types and testsRasmus Dahlberg2021-12-209-0/+1039
|
* requests: Add request types and testsRasmus Dahlberg2021-12-202-0/+434
|
* ascii: Add sigsum ASCII-parser and testsRasmus Dahlberg2021-12-202-0/+760
|
* hex: Add lower-case hex parser and testsRasmus Dahlberg2021-12-202-0/+120
|
* go: Initialize moduleRasmus Dahlberg2021-12-201-0/+3
|
* updated issuesRasmus Dahlberg2021-12-094-9/+41
|
* added issue to fix types packageRasmus Dahlberg2021-10-051-0/+9
|
* Initial commitRasmus Dahlberg2021-06-222-0/+27