[Cryptech-Commits] [sw/libhal] branch rpc updated (74aa82f -> 7e4d5d7)

git at cryptech.is git at cryptech.is
Sat Mar 12 00:35:51 UTC 2016


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  74aa82f   Tweak handling of byte swapping in software hash cores to get rid of some unnecessary data copying.
       new  0b8820c   First step towards RPC PKEY tests.  Currently RSA-only, test-vector only, requires AES core (for key wrapping).
       new  7e4d5d7   First round of debugging based on RPC pkey tests: mostly ASN.1 silliness, with a bit of PKCS #1.5 padding silliness for desert.

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:
 .gitignore              |   1 +
 asn1.c                  |   3 +-
 ks.c                    |   1 +
 ks_mmap.c               |   1 +
 ks_volatile.c           |   1 +
 rpc_pkey.c              |  36 +++++++++---
 tests/GNUmakefile       |   2 +-
 tests/test-rpc_hash.c   |   2 +
 tests/test-rpc_pkey.c   | 150 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test-rpc_server.c |   2 +
 10 files changed, 190 insertions(+), 9 deletions(-)
 create mode 100644 tests/test-rpc_pkey.c



More information about the Commits mailing list