aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-cli.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2019-02-12 16:24:42 -0500
committerPaul Selkirk <paul@psgd.org>2019-04-09 17:48:44 -0400
commit32d2ec2a2b44e01d7173a808005ccb10eab0ca67 (patch)
treea6a084504e7116ab88936fe838f27023de32c3c3 /projects/hsm/mgmt-cli.c
parente60a67af1145e17f567c351e081c8546fbdcf6c8 (diff)
Add CLI functions to manage the keywrap core, with new auto-zeroise functionality.
Diffstat (limited to 'projects/hsm/mgmt-cli.c')
-rw-r--r--projects/hsm/mgmt-cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c
index 2b5be1f..83e30b0 100644
--- a/projects/hsm/mgmt-cli.c
+++ b/projects/hsm/mgmt-cli.c
@@ -49,6 +49,7 @@
#include "mgmt-keystore.h"
#include "mgmt-masterkey.h"
#include "mgmt-task.h"
+#include "mgmt-keywrap.h"
#undef HAL_OK
#define HAL_OK LIBHAL_OK
@@ -197,6 +198,7 @@ int cli_main(void)
configure_cli_bootloader(cli);
configure_cli_misc(cli);
configure_cli_task(cli);
+ configure_cli_keywrap(cli);
while (1) {
control_mgmt_uart_dma_rx(DMA_RX_START);