[Cryptech-Commits] [sw/stm32] branch master updated (1865d6d -> ad8efa4)

git at cryptech.is git at cryptech.is
Fri Jun 24 11:14:09 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  1865d6d   Drag in libhal update.
      adds  f66d4bc   Add masterkey and keystore commands.
       new  2c5fe8b   The masterkey stuff was accidentally committed to master in libhal (by me)
       new  76a0f70   Masterkey functions now return hal_error_t as suggested by Rob.
       new  ad8efa4   Merge branch 'ft-ks_flash'

The 3 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/hsm/Makefile                              |   9 +-
 projects/hsm/mgmt-cli.c                            |   4 +
 projects/{cli-test => hsm}/mgmt-keystore.c         |   0
 projects/{cli-test => hsm}/mgmt-keystore.h         |   0
 projects/hsm/mgmt-masterkey.c                      | 209 +++++++++++++++++++++
 .../{cli-test/mgmt-show.h => hsm/mgmt-masterkey.h} |  12 +-
 6 files changed, 227 insertions(+), 7 deletions(-)
 copy projects/{cli-test => hsm}/mgmt-keystore.c (100%)
 copy projects/{cli-test => hsm}/mgmt-keystore.h (100%)
 create mode 100644 projects/hsm/mgmt-masterkey.c
 copy projects/{cli-test/mgmt-show.h => hsm/mgmt-masterkey.h} (87%)



More information about the Commits mailing list