aboutsummaryrefslogtreecommitdiff
path: root/cmd/cashier
AgeCommit message (Expand)Author
2018-08-09Only request a reason from the client if the server requires itNiall Sheridan
2018-08-09Remove gRPCNiall Sheridan
2018-08-08Correct client behaviours for option handlingNiall Sheridan
2017-10-18allow whitespace in message (#68)Bob Long
2017-10-17 Support a message to be passed and logged from client to server (#67)Bob Long
2017-06-05Saving private keys (#61)fuero
2017-04-10don't log timestampsNiall Sheridan
2017-02-19Add grpc signerNiall Sheridan
2017-02-12Minor fixupsNiall Sheridan
2017-01-27Add a public_file_prefix option to cashier.confKevin Lyda
2017-01-04Simplify key generationNiall Sheridan
2016-09-10Make client a top-level package for consistencyNiall Sheridan
2016-09-03Add comments for exported types and functionsNiall Sheridan
2016-09-03Move signing & agent logic out of the main packageNiall Sheridan
2016-08-20Replace Fatals with ErrorsNiall Sheridan
2016-08-20Run some tests in parallelNiall Sheridan
2016-08-20Add key expiry time to the commentNiall Sheridan
2016-08-16Add private key along certificatesid77
2016-08-15Ensure the /sign url is valid before useNiall Sheridan
2016-06-27Updated agent lib accepts *ed25519.PrivateKeyNiall Sheridan
2016-06-02Set an expiry on keys added to the agentNiall Sheridan
2016-05-29Use flags as defaults, allow them to override config fileNiall Sheridan
2016-05-29fix client_test.go invocations of send methodPatrick O'Doherty
2016-05-29Add validate_tls_certificate option to client configPatrick O'Doherty
2016-05-29Fix testsNiall Sheridan
2016-05-29Use a simple config file for configuring the client.Niall Sheridan
2016-05-22Move binaries into cmd/ directoryNiall Sheridan