[Cryptech-Commits] [sw/libhal] branch rpc updated (abd5caf -> c60b4bb)

git at cryptech.is git at cryptech.is
Sun Dec 13 06:49:47 UTC 2015


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

sra at hactrn.net pushed a change to branch rpc
in repository sw/libhal.

      from  abd5caf   RPC API dispatch, skeleton client functions, mixed-mode handlers for local hashing with remote pkey.
       new  6f479d8   Silence platform-dependent compiler whining: in general, when printf() whines about some platform-dependent integer size issue, it's best to use both an explicitly sized format (eg, "%lu") and an explicit cast (eg, "(unsigned long)") when silencing the warning, otherwise it'll just pop up again in different form on the next platform tested.
       new  c60b4bb   Add rpc_hash.c.  Convert dynamic allocator in hash.c to use private pool of pre-configured state blocks, suitable for an embedded system.

The 2 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:
 GNUmakefile      |  19 +++-
 hal.h            |  14 +++
 hal_rpc.c        |   8 +-
 hal_rpc.h        |  13 +--
 hash.c           | 102 +++++++++++++++----
 rpc_client.c     |  12 +--
 rpc_hash.c       | 300 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 rpc_internal.h   |   8 +-
 tests/test-bus.c |   3 +-
 utils/cores.c    |   2 +-
 10 files changed, 433 insertions(+), 48 deletions(-)
 create mode 100644 rpc_hash.c



More information about the Commits mailing list