aboutsummaryrefslogtreecommitdiff
path: root/client/client.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* added additional basic client commandsRasmus Dahlberg2021-03-161-62/+126
|
* started to re-add basic client commandsRasmus Dahlberg2021-03-161-195/+97
|
* renamed sth and cosigning endpointsRasmus Dahlberg2021-02-221-1/+1
|
* replaced x509 with namespace on the client-sideRasmus Dahlberg2021-01-291-82/+38
|
* 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
|
* 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.
* fixed get-entries output and client-side verificationRasmus Dahlberg2020-11-051-1/+23
|
* added client-side get-entriesRasmus Dahlberg2020-11-051-2/+18
|
* allowed client configuration without certificate chain (2)Rasmus Dahlberg2020-11-051-1/+10
| | | | Missed a few files.
* added error handling for public key parsingRasmus Dahlberg2020-11-051-2/+6
|
* moved package from stfe/server/descriptor to stfe/descriptorRasmus Dahlberg2020-11-051-1/+1
|
* 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 client-side consistency proof verificationRasmus Dahlberg2020-11-031-6/+25
|
* added client-side inclusion proof verificationRasmus Dahlberg2020-11-031-4/+25
|
* fixed signature verification and client get-sthRasmus Dahlberg2020-11-031-19/+12
|
* added get-sth client without signature verificationRasmus Dahlberg2020-11-031-3/+35
|
* refactored setup() from paths to client packageRasmus Dahlberg2020-11-031-0/+31
|
* fixed hard-coded protocol and minor refactoringRasmus Dahlberg2020-11-031-34/+44
|
* fixed FindLog such that it uses a list of operatorsRasmus Dahlberg2020-11-031-2/+2
|
* added start on stfe clientRasmus Dahlberg2020-11-021-0/+139
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).