Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed obsolete test scripts | Rasmus Dahlberg | 2020-11-03 | 7 | -106/+0 |
| | |||||
* | added test data | Rasmus Dahlberg | 2020-11-03 | 1 | -0/+3 |
| | |||||
* | added chain processing with intermediate certificates | Rasmus Dahlberg | 2020-11-03 | 24 | -202/+162 |
| | | | | | Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md. | ||||
* | removed fixed TODOs | Rasmus Dahlberg | 2020-11-03 | 3 | -3/+0 |
| | |||||
* | added start on stfe client | Rasmus Dahlberg | 2020-11-02 | 4 | -1/+20 |
| | | | | | | ChecksumV1 entries can be submitted using client-side ed25519 signatures. The resulting SignedDebugInfoV1 is then verified using the log's announced signature scheme and public key (currently only ed25519). | ||||
* | refactor types and documentation | Rasmus Dahlberg | 2020-10-30 | 1 | -4/+2 |
| | | | | | | Structured files a bit better, added more documentation, switched to pointers as default (unless specifically motivated not to do so), and encapsulated TLS (un)marshaling for the respective types that use it. | ||||
* | started refactoring add-entry code path according to doc | Rasmus Dahlberg | 2020-10-30 | 1 | -1/+3 |
| | |||||
* | added consistency-proof code path | Rasmus Dahlberg | 2020-10-28 | 1 | -0/+16 |
| | |||||
* | added signed tree head and get-sth code path | Rasmus Dahlberg | 2020-10-28 | 1 | -0/+9 |
| | |||||
* | added ed25519 signing and SDIs | Rasmus Dahlberg | 2020-10-27 | 2 | -0/+5 |
| | |||||
* | fixed url typo | Rasmus Dahlberg | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | added additional interactive test scripts | Rasmus Dahlberg | 2020-10-27 | 5 | -7/+55 |
| | |||||
* | tested certificate chain code path further | Rasmus Dahlberg | 2020-10-26 | 22 | -196/+286 |
| | | | | | Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters. | ||||
* | added basic trust-anchor code path | Rasmus Dahlberg | 2020-10-23 | 5 | -0/+196 |
Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid. |