Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added start on get-anchors code path | Rasmus Dahlberg | 2020-10-23 | 1 | -0/+14 |
| | |||||
* | added basic trust-anchor code path | Rasmus Dahlberg | 2020-10-23 | 1 | -3/+17 |
| | | | | | Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid. | ||||
* | ran go fmt | Rasmus Dahlberg | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | refactored add-entry code path | Rasmus Dahlberg | 2020-10-23 | 1 | -7/+51 |
| | |||||
* | fixed json tag typo | Rasmus Dahlberg | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | refactored type.go | Rasmus Dahlberg | 2020-10-23 | 1 | -0/+119 |
Moved structures for in/out HTTP data into reqres.go and added basic doc comments. A few minor edits as well to make things consistent. |