[Cryptech-Commits] [sw/libhal] branch master updated (8d72d9d -> 31c0721)

git at cryptech.is git at cryptech.is
Sun May 20 23:47:05 UTC 2018


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

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

    from 8d72d9d  Add small cache for RSA blinding factors.
     new 76edd86  Clean up parallel signature test script.
     new e6bdf57  Better hal_core_alloc() semantics, assert() and printf() cleanup.
     new 31c0721  Drop <assert.h> now that everything should be using hal_assert() instead.

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:
 aes_keywrap.c                |  19 ++--
 asn1.c                       |  17 ++--
 core.c                       | 220 +++++++++++++++++++++--------------------
 csprng.c                     |   8 +-
 ecdsa.c                      |  71 ++++++++------
 hal.h                        |  15 +--
 hal_internal.h               |  24 +++--
 hash.c                       | 227 +++++++++++++++++++++++--------------------
 ks_attribute.c               |   1 -
 ks_token.c                   |   1 -
 ks_volatile.c                |   1 -
 mkmif.c                      |  38 +++++---
 modexp.c                     |  57 +++++++----
 pbkdf2.c                     |   9 +-
 rpc_client.c                 |   8 +-
 rpc_pkcs1.c                  |   8 +-
 rpc_pkey.c                   |  45 ++++-----
 rpc_serial.c                 |   2 +-
 rsa.c                        |  86 ++++++++--------
 slip.c                       |   2 +-
 tests/parallel-signatures.py |  57 +++++------
 tests/test-rsa.c             |  41 ++++----
 uuid.c                       |   1 -
 23 files changed, 504 insertions(+), 454 deletions(-)



More information about the Commits mailing list