[Cryptech-Commits] [sw/stm32] branch master updated (df9e82b -> b4dfbfa)
git at cryptech.is
git at cryptech.is
Sat Jul 9 20:14:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a change to branch master
in repository sw/stm32.
from df9e82b Add upload from firmware tarball, gussie up command parser, add dire warnings.
new 3ea10bf merge test code from projects/hsm/
new dcc6cf1 Merge branch 'master' of git.cryptech.is.:sw/stm32
new 556dccb Merge more code from projects/hsm.
new 055ba65 Integrate test code for MKMIF.
new b4dfbfa Clean up the CLI.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
projects/cli-test/Makefile | 2 +-
projects/cli-test/cli-test.c | 49 +------
projects/cli-test/mgmt-cli.c | 156 +++++++++++++++-----
projects/cli-test/mgmt-cli.h | 15 +-
projects/cli-test/mgmt-dfu.c | 13 +-
projects/cli-test/mgmt-dfu.h | 11 --
projects/cli-test/mgmt-fpga.c | 13 +-
projects/cli-test/mgmt-keystore.c | 151 ++++++++++++++-----
projects/{hsm => cli-test}/mgmt-masterkey.c | 0
projects/{hsm => cli-test}/mgmt-masterkey.h | 0
projects/cli-test/mgmt-misc.c | 13 +-
projects/cli-test/mgmt-show.c | 55 ++++++-
projects/cli-test/mgmt-test.c | 4 +
projects/cli-test/test-mkmif.c | 162 +++++++++++++++++++++
.../cli-test/{mgmt-keystore.h => test_mkmif.h} | 17 +--
projects/hsm/mgmt-dfu.c | 123 ----------------
projects/hsm/mgmt-dfu.h | 48 ------
projects/hsm/mgmt-fpga.c | 11 --
projects/hsm/mgmt-keystore.c | 138 +-----------------
projects/hsm/mgmt-masterkey.c | 27 +---
projects/hsm/mgmt-show.c | 49 -------
projects/hsm/mgmt-show.h | 2 +-
22 files changed, 494 insertions(+), 565 deletions(-)
copy projects/{hsm => cli-test}/mgmt-masterkey.c (100%)
copy projects/{hsm => cli-test}/mgmt-masterkey.h (100%)
create mode 100644 projects/cli-test/test-mkmif.c
copy projects/cli-test/{mgmt-keystore.h => test_mkmif.h} (83%)
delete mode 100644 projects/hsm/mgmt-dfu.c
delete mode 100644 projects/hsm/mgmt-dfu.h
More information about the Commits
mailing list