aboutsummaryrefslogtreecommitdiff
path: root/client/get-proof-by-hash
Commit message (Collapse)AuthorAgeFilesLines
* replaced x509 with namespace on the client-sideRasmus Dahlberg2021-01-291-7/+32
|
* allowed client configuration without certificate chain (2)Rasmus Dahlberg2020-11-051-2/+1
| | | | Missed a few files.
* added error handling for public key parsingRasmus Dahlberg2020-11-051-1/+3
|
* moved package from stfe/server/descriptor to stfe/descriptorRasmus Dahlberg2020-11-051-1/+1
|
* added chain processing with intermediate certificatesRasmus Dahlberg2020-11-031-1/+1
| | | | | Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md.
* added client-side inclusion proof verificationRasmus Dahlberg2020-11-031-0/+58