[Cryptech-Commits] [sw/libhal] branch master updated (93d6f4a -> 7923c24)

git at cryptech.is git at cryptech.is
Wed Jul 6 23:01:58 UTC 2016


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

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

      from  93d6f4a   glibc "feature test" insanity bites again.
      adds  e1c57ef   export RPC_MODE for tests
       new  6a9c597   Belatedly adjust hal_io_read/write to the new flat addressing architecture.
       new  ddb9f74   Return an intelligent error from hal_ks_get_kek.
       new  ff928e4   Fix speed setting?
       new  f74b886   Add a couple more tests
       new  7923c24   Use the second sha256 core, if available, for pbkdf2.

The 5 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:
 Makefile                                          |   1 +
 core.c                                            |  31 +----
 hal_io_eim.c                                      |  11 +-
 hal_io_fmc.c                                      |  11 +-
 ks_flash.c                                        |  10 +-
 pbkdf2.c                                          |   9 ++
 rpc_serial.c                                      |   6 +-
 tests/Makefile                                    |   4 +-
 tests/test-rpc_bighash.c                          | 131 ++++++++++++++++++++++
 tests/{test-rpc_get_random.c => test-rpc_login.c} |  52 +++++----
 10 files changed, 192 insertions(+), 74 deletions(-)
 create mode 100644 tests/test-rpc_bighash.c
 copy tests/{test-rpc_get_random.c => test-rpc_login.c} (59%)



More information about the Commits mailing list