[Cryptech-Commits] [sw/stm32] branch master updated (e961e98 -> 1fe7d1b)
git at cryptech.is
git at cryptech.is
Fri Jun 17 18:41:50 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 e961e98 Whack shell scripts to work on Debian Jessie too.
adds b97ba86 Test code for ks_flash in corresponding branch of libhal.
adds 4c13550 updated test-code for keystore functionality
adds bba436d Put all the keystore commands under 'keystore' instead.
adds b61dc66 Merge branch 'master' into ft-ks_flash
adds 67f5b9a keystore_erase_sectors takes start and stop arguments now
adds 04f8680 use corresponding branch of libhal
new 1fe7d1b libhal branch ft-ks_flash is merged to master
The 1 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:
Makefile | 3 +-
projects/cli-test/cli-test.c | 2 +
projects/cli-test/mgmt-keystore.c | 286 +++++++++++++++++++++
projects/cli-test/{mgmt-show.h => mgmt-keystore.h} | 14 +-
projects/cli-test/mgmt-show.c | 60 +----
projects/cli-test/mgmt-show.h | 2 +-
projects/hsm/mgmt-show.c | 2 +-
stm-keystore.c | 13 +-
stm-keystore.h | 3 +-
9 files changed, 319 insertions(+), 66 deletions(-)
create mode 100644 projects/cli-test/mgmt-keystore.c
copy projects/cli-test/{mgmt-show.h => mgmt-keystore.h} (86%)
More information about the Commits
mailing list