[Cryptech-Commits] [sw/libhal] branch ks9 updated (af3f0e2 -> 9e20f2f)

git at cryptech.is git at cryptech.is
Sun May 28 22:51:49 UTC 2017


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

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

    from af3f0e2  Merge branch 'master' into ks9
     new dc8c7d9  Goodbye ancient mmap()-based keystore.
     new 7c61f43  Checkpoint, not expected to work yet, includes a lot of notes.
     new c1b1987  Type name cleanup, key visibility.
     new b956562  Fix up ks driver calls and inline wrappers.
     new 5eccb3e  Checkpoint while refactoring.  Almost certainly will not compile.
     new f59533e  Further keystore cleanup and consolidation.
     new 2caa6c7  Almost compiles.
     new 9e20f2f  Debug new keystore init code.

The 8 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:
 Makefile           |   18 +-
 core.c             |    2 +-
 cryptech/libhal.py |    5 +-
 hal.h              |    2 +-
 hal_internal.h     |  361 ++----------
 ks.c               |  936 +++++++++++++++++++++++++++++++
 ks.h               |  407 ++++++++++++++
 ks_flash.c         | 1584 ----------------------------------------------------
 ks_index.c         |  218 ++++----
 ks_mmap.c          |  180 ------
 ks_token.c         |  665 ++++++++++++++++++++++
 ks_volatile.c      |  617 ++++----------------
 rpc_pkey.c         |  118 +---
 rpc_server.c       |   10 +-
 14 files changed, 2303 insertions(+), 2820 deletions(-)
 create mode 100644 ks.c
 create mode 100644 ks.h
 delete mode 100644 ks_flash.c
 delete mode 100644 ks_mmap.c
 create mode 100644 ks_token.c



More information about the Commits mailing list