[Cryptech-Commits] [sw/libhal] branch ft-ks_flash updated (58c3a85 -> 52f1eb5)

git at cryptech.is git at cryptech.is
Thu Jun 16 14:32:04 UTC 2016


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

fredrik at thulin.net pushed a change to branch ft-ks_flash
in repository sw/libhal.

      from  58c3a85   some cleanup, and fix delete operation
      adds  a627a48   hash.c triggers gcc's strict-aliasing warnings.
      adds  c470548   Typo in SHA-224/SHA-256 software core.
      adds  67cb831   Fix duplicate dispatch vectors when building for RPC_CLIENT_LOCAL.
      adds  b3744cd   Another attempt to clean up the libhal makefile hairball.
      adds  d3c3894   Helps to get the makefile variable names right.
      adds  01e87b5   Allow host-side libhal build without access to secure hardware to store unencrypted public keys (we don't allow this for private keys). Yet another screwball feature to support PKCS #11, sigh.  Anyway, with this change, mixed-mode builds should work again.
      adds  290d6ff   Turn hardware modexp off again, as it has problems with some of the key sizes hsmbully tries.
      adds  a20af99   Allow NULL der_len parameter in hal-rsa_private_key_to_der().
      adds  97c3a85   Add support for ModExpA7
      adds  282617c   Collapse RPC_CLIENT and RPC_SERVER makefile settings into a single RPC_MODE setting.
      adds  34f3228   test-mkmif was missing from .gitignore.
      adds  1c3e489   Doh, don't build RPC client transport code when we're building the server library, even if the old makefile (sometimes) did do that.
       new  52f1eb5   Merge branch 'master' into ft-ks_flash

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:
 .gitignore          |   5 +-
 GNUmakefile         | 196 ++++++++++++++++++++++++++++------------------------
 core.c              |   1 +
 hal.h               |  10 ++-
 hal_internal.h      |  23 +++---
 hash.c              |   2 +-
 ks.c                |  45 +++++++++++-
 rpc_client.c        |  11 ++-
 rpc_server.c        |   2 +
 rsa.c               |  17 ++---
 tests/GNUmakefile   |  40 ++++++-----
 tests/test-rsa.c    |   2 +
 verilog_constants.h |  17 +++++
 13 files changed, 232 insertions(+), 139 deletions(-)



More information about the Commits mailing list