[Cryptech-Commits] [sw/libhal] branch import_export_raw updated (323bc8a -> 57298bf)

git at cryptech.is git at cryptech.is
Tue Dec 3 16:38:14 UTC 2019


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

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

    from 323bc8a  Export/import "raw" keys for external storage.
     new 4fd9d11  After some thought, I'd rather make raw export/import a sub-function of key export/import (kekek = none, kek_len = 0), rather than separate RPCs.
     new 271a1f8  Beef up XDR unit tests.
     new 57298bf  Update readme

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md          |  46 ++++--
 cryptech/libhal.py |  20 ---
 hal.h              |  10 --
 hal_internal.h     |  12 --
 rpc_api.c          |  26 +---
 rpc_client.c       |  66 +--------
 rpc_pkey.c         | 213 ++++++++++++++-------------
 rpc_server.c       |  60 --------
 tests/test-xdr.c   | 426 ++++++++++++++++++++++++++++++++++++++++++++++-------
 utils/pkey.c       |  58 +++-----
 xdr.c              |  22 ++-
 11 files changed, 562 insertions(+), 397 deletions(-)



More information about the Commits mailing list