Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 23 | -197/+287 |
| | | | | | Added more documentation and quick helper scripts for now. We need to specify which signature schemes we expect/support from submitters. | ||||
* | added start on get-anchors code path | Rasmus Dahlberg | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | added basic trust-anchor code path | Rasmus Dahlberg | 2020-10-23 | 6 | -6/+212 |
| | | | | | Pretty much the bare minimum to load trust anchors from file and check that the submitter's certificate chains back to something valid. | ||||
* | added .gitignore | Rasmus Dahlberg | 2020-10-20 | 2 | -0/+1 |
| | |||||
* | added basic structure | Rasmus Dahlberg | 2020-10-20 | 2 | -0/+52 |
An STFE server instance that dials the Trillian gRPC back-end, and which listens on six different HTTP endpoints but without any actual processing. |