[Cryptech-Commits] [user/sra/libhal] branch master updated (9176df4 -> cf865e9)
git at cryptech.is
git at cryptech.is
Thu Jun 4 21:01:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a change to branch master
in repository user/sra/libhal.
from 9176df4 Whoops, we're supposed to hash an entire block for the key regardless of how long the key is. With this fix, HMAC passes tests on Novena.
new cf865e9 Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
The 1 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.in | 27 ++++++++++++++
aes_keywrap.c | 35 ++++++++++++++++--
configure.ac | 27 ++++++++++++++
cryptech.h | 62 +++++++++++++++++---------------
csprng.c | 16 ++-------
errorstrings.c | 38 +++++++++++++++++++-
hal_io_eim.c | 10 ++++--
hal_io_i2c.c | 40 ++++++++++++---------
hash.c | 3 +-
novena-eim.c | 6 ++++
novena-eim.h | 6 ++++
tests/Makefile.in | 27 ++++++++++++++
tests/test-aes-key-wrap.c | 44 +++++++++++++++++++----
tests/test-hash.c | 92 ++++++++++++++++++++++++++++++++++-------------
tests/test-rsa.c | 82 ++++++++++++++++++++++++++++++------------
tests/test-rsa.py | 32 +++++++++++++++--
16 files changed, 426 insertions(+), 121 deletions(-)
More information about the Commits
mailing list