aboutsummaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* added keygen commandRasmus Dahlberg2021-06-011-0/+17
|
* added basic commands to interact with stfe serverRasmus Dahlberg2021-06-012-0/+84
|
* added default parameters to public poc logv0.0.1Rasmus Dahlberg2021-03-231-2/+2
|
* added log_id as a hard-coded parameterRasmus Dahlberg2021-03-231-3/+2
| | | | More consistent since the log_url is hard-coded.
* fixed missing file errorRasmus Dahlberg2021-03-231-1/+2
|
* fixed copy bugRasmus Dahlberg2021-03-231-1/+2
| | | | | | The get-entries response was copied incorrectly. Therefore, the returned range contained the same (last) StItem repeatedly. Fixed by ensuring that `&item` refers to a newly allocated `item` in the loop.
* print common argumentsLinus Nordberg2021-03-231-0/+4
| | | | | This makes the output from running example.sh contain all information needed to try out the log.
* parametrise namespaceLinus Nordberg2021-03-231-12/+24
| | | | | | | Also streamline the usage a bit: - more easily configured log_url - use a tempdir - log less
* added additional basic client commandsRasmus Dahlberg2021-03-168-64/+487
|
* started to re-add basic client commandsRasmus Dahlberg2021-03-1610-680/+184
|
* renamed sth and cosigning endpointsRasmus Dahlberg2021-02-221-1/+1
|
* replaced x509 with namespace on the client-sideRasmus Dahlberg2021-01-298-180/+205
|
* renamed and documented functionRasmus Dahlberg2020-12-011-6/+6
|
* attached url method on endpoint typeRasmus Dahlberg2020-12-011-7/+6
|
* removed explicit string functionRasmus Dahlberg2020-12-011-6/+6
|
* added an endpoint typeRasmus Dahlberg2020-11-301-6/+13
|
* added and moved test dataRasmus Dahlberg2020-11-301-2/+2
|
* cleaned-up x509utilRasmus Dahlberg2020-11-271-2/+10
|
* minor refactoringRasmus Dahlberg2020-11-101-1/+1
|
* renamed ParseDerChainToList to ParseDerChainRasmus Dahlberg2020-11-051-2/+2
| | | | | The input need not be a chain: it could be any list of DER-encoded certificates.
* added client-side get-anchors code (2)Rasmus Dahlberg2020-11-051-2/+10
| | | | Missed one file.
* added client-side get-anchors codeRasmus Dahlberg2020-11-051-0/+38
|
* fixed get-entries output and client-side verificationRasmus Dahlberg2020-11-053-16/+61
|
* added client-side get-entriesRasmus Dahlberg2020-11-052-2/+78
|
* allowed client configuration without certificate chain (2)Rasmus Dahlberg2020-11-053-5/+12
| | | | Missed a few files.
* allowed client configuration without certificate chainRasmus Dahlberg2020-11-051-2/+1
|
* added error handling for public key parsingRasmus Dahlberg2020-11-053-5/+16
|
* moved package from stfe/server/descriptor to stfe/descriptorRasmus Dahlberg2020-11-055-5/+5
|
* improved readiabilityRasmus Dahlberg2020-11-051-1/+7
|
* moved publlic x509 helpers into a separate packageRasmus Dahlberg2020-11-051-2/+3
|
* simplified encoding and decodingRasmus Dahlberg2020-11-051-6/+6
| | | | | Go's "encoding/json" already takes care of encoding and decoding byte slices as base64. As such, it need not be done explicitly by us.
* added chain processing with intermediate certificatesRasmus Dahlberg2020-11-034-5/+5
| | | | | Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md.
* removed fixed TODOsRasmus Dahlberg2020-11-031-6/+0
|
* added client-side consistency proof verificationRasmus Dahlberg2020-11-033-7/+105
|
* added client-side inclusion proof verificationRasmus Dahlberg2020-11-033-4/+94
|
* fixed signature verification and client get-sthRasmus Dahlberg2020-11-032-19/+67
|
* added get-sth client without signature verificationRasmus Dahlberg2020-11-032-3/+74
|
* refactored setup() from paths to client packageRasmus Dahlberg2020-11-032-42/+36
|
* fixed hard-coded protocol and minor refactoringRasmus Dahlberg2020-11-032-36/+46
|
* added helper to load log operators from fileRasmus Dahlberg2020-11-031-10/+4
|
* moved x509 chain loading to stfe packageRasmus Dahlberg2020-11-031-29/+2
|
* removed unused codeRasmus Dahlberg2020-11-031-24/+0
|
* unified ed25519 signing key loading and parsingRasmus Dahlberg2020-11-031-30/+26
|
* prettified outputRasmus Dahlberg2020-11-031-1/+6
|
* fixed FindLog such that it uses a list of operatorsRasmus Dahlberg2020-11-032-13/+5
|
* added start on stfe clientRasmus Dahlberg2020-11-022-0/+289
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).