[Cryptech-Commits] [sw/libhal] branch rpc updated (0fc5ab9 -> 7dfad9f)

git at cryptech.is git at cryptech.is
Thu Dec 24 06:20:05 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  0fc5ab9   Software modexp() implementation didn't compile due to missing pro forma hal_core_t* argument.
       new  a1e4e4f   RPC interface to TRNG and (incomplete) PIN code.
       new  7dfad9f   More work on PIN/login/logout code.  Access control still missing, committing now so Paul has a chance to look at the current RPC API.

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        |  30 ++++++--
 aes_keywrap.c      |   2 +-
 core.c             |   2 +-
 csprng.c           |   2 +-
 hal.h              |  96 ++++++++++++------------
 hal_internal.h     | 124 ++++++++++++++++++++-----------
 hal_io_eim.c       |   2 +-
 hal_io_i2c.c       |   2 +-
 hash.c             |   6 +-
 ks.c               |  23 +++++-
 ks_flash.c         |  25 ++++++-
 ks_mmap.c          |  19 +++++
 ks_volatile.c      |  46 ++++++++++--
 modexp.c           |   2 +-
 pbkdf2.c           |   2 +-
 rpc.c => rpc_api.c |  89 ++++++++++++-----------
 rpc_client.c       |  87 +++++++++++-----------
 rpc_hash.c         |  20 ++---
 rpc_misc.c         | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 rpc_pkey.c         |  80 ++++++++++----------
 rsa.c              |   2 +-
 21 files changed, 611 insertions(+), 260 deletions(-)
 rename rpc.c => rpc_api.c (75%)
 create mode 100644 rpc_misc.c



More information about the Commits mailing list