[Cryptech-Commits] [sw/stm32] branch master updated (91cc613 -> e3fe7d8)

git at cryptech.is git at cryptech.is
Wed Aug 10 21:35:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch master
in repository sw/stm32.

      from  91cc613   Don't run empty "export" command.
      adds  e3fe7d8   Use a fresh port of libcli, which retains more of the original API.

No new revisions were added by this update.

Summary of changes:
 Makefile                           |   2 +-
 libraries/libcli/Makefile          |  20 +++++-
 projects/cli-test/mgmt-cli.c       |  99 +++++++---------------------
 projects/cli-test/mgmt-cli.h       |  32 +--------
 projects/cli-test/mgmt-dfu.c       |  10 +--
 projects/cli-test/mgmt-dfu.h       |   1 -
 projects/cli-test/mgmt-fpga.c      |  17 +++--
 projects/cli-test/mgmt-fpga.h      |   1 -
 projects/cli-test/mgmt-keystore.c  |  64 ++++++++----------
 projects/cli-test/mgmt-keystore.h  |   1 -
 projects/cli-test/mgmt-masterkey.c |  24 +++----
 projects/cli-test/mgmt-masterkey.h |   1 -
 projects/cli-test/mgmt-misc.c      |   5 +-
 projects/cli-test/mgmt-misc.h      |   5 +-
 projects/cli-test/mgmt-show.c      |  23 +++----
 projects/cli-test/mgmt-show.h      |   1 -
 projects/cli-test/mgmt-test.c      |  10 ++-
 projects/hsm/mgmt-bootloader.c     |   6 +-
 projects/hsm/mgmt-cli.c            | 132 ++++++++++---------------------------
 projects/hsm/mgmt-cli.h            |  31 ---------
 projects/hsm/mgmt-firmware.c       |   9 ++-
 projects/hsm/mgmt-fpga.c           |  19 +++---
 projects/hsm/mgmt-fpga.h           |   1 -
 projects/hsm/mgmt-keystore.c       |  56 +++++++---------
 projects/hsm/mgmt-keystore.h       |   1 -
 projects/hsm/mgmt-masterkey.c      |  19 +++---
 projects/hsm/mgmt-masterkey.h      |   1 -
 projects/hsm/mgmt-misc.c           |   2 +-
 projects/hsm/mgmt-misc.h           |   7 +-
 projects/hsm/mgmt-show.c           |  84 -----------------------
 projects/hsm/mgmt-show.h           |  43 ------------
 31 files changed, 217 insertions(+), 510 deletions(-)
 delete mode 100644 projects/hsm/mgmt-show.c
 delete mode 100644 projects/hsm/mgmt-show.h



More information about the Commits mailing list