[Cryptech-Commits] [sw/libhal] branch rpc updated (01f5452 -> 940dd77)

git at cryptech.is git at cryptech.is
Tue Mar 29 20:58:34 UTC 2016


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

paul at psgd.org pushed a change to branch rpc
in repository sw/libhal.

      from  01f5452   Merge branch 'master' into rpc
       new  8a01c20   Add test-rpc_get_random
       new  10286b1   Remove unneeded hal_internal.h
       new  36bd46a   Add rpc error codes.
       new  14465a4   Add xdr-specific error codes; update caller's length in hal_xdr_decode_buffer().
       new  438b506   Enable 'mixed' mode, with client-side hashing.
       new  6cd4292   Client-side rsa and ecdsa need to call remote get_random.
       new  940dd77   Client includes rsa, ecdsa, asn1. Server includes rpc_api because rpc_pkey.c calls hal_rpc_hash_* Remote client uses software modexp. Mixed client uses software hash. Add convenience targets for client, server, etc.

The 7 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                                   |  1 +
 GNUmakefile                                  | 28 ++++++++++++-----
 ecdsa.c                                      |  4 +++
 hal.h                                        | 15 ++++++----
 hash.c                                       | 18 +++++++++++
 rpc_client.c                                 |  2 +-
 rpc_server.c                                 | 17 ++++++-----
 rsa.c                                        |  4 +++
 tests/GNUmakefile                            |  2 +-
 utils/cores.c => tests/test-rpc_get_random.c | 45 ++++++++++++++++++----------
 tests/test-rpc_get_version.c                 | 41 +++++++++++++++++++++----
 tests/test-rpc_hash.c                        |  3 --
 tests/test-rpc_pkey.c                        |  8 ++---
 xdr.c                                        | 27 +++++++----------
 14 files changed, 145 insertions(+), 70 deletions(-)
 copy utils/cores.c => tests/test-rpc_get_random.c (66%)



More information about the Commits mailing list