summaryrefslogtreecommitdiffstats
path: root/commands/keystore.c
Commit message (Collapse)AuthorAgeFilesLines
* commands: keystore: use correct type for s_lenLucas Stach2019-12-021-1/+1
| | | | | | | | Fixes the follwing warning: "passing argument 2 of 'read_file_2' from incompatible pointer type". Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: implement keystore commandSascha Hauer2017-03-311-0/+100
The keystore command provides access to the barebox keystore. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>