aboutsummaryrefslogtreecommitdiff
path: root/client/client.go
Commit message (Expand)AuthorAgeFilesLines
* fixed copy bugRasmus Dahlberg2021-03-231-1/+2
* 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
* added client-side get-anchors code (2)Rasmus Dahlberg2020-11-051-2/+10
* 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
* 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
* 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