[Cryptech-Commits] [sw/stm32] branch master updated (2e735d0 -> 6b2513f)
git at cryptech.is
git at cryptech.is
Wed Mar 4 22:30:17 UTC 2020
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/stm32.
from 2e735d0 Merge branch 'modexpng' to 'master'
new b60bdf0 conditionalize timing tests
add 37b2c59 Add support for Joachim's keywrap core.
add a9ef90a Add timing tests for key unwrap.
add 5d7128c Add sanity test for arbitrary size keys, to be really sure the keywrap core bank-switched memory works.
add 07af68c Cleanup, move 'keywrap core' command to the hsm project, where it will actually be useful for short-term testing.
add 087b079 Rebase branch 'js_keywrap' from master
new 6b2513f Merge branch 'js_keywrap' to 'master'
The 2 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:
projects/cli-test/Makefile | 1 +
projects/cli-test/mgmt-cli.c | 2 +
projects/cli-test/mgmt-keywrap.c | 316 ++++++++++++++++++++++
projects/cli-test/{mgmt-test.h => mgmt-keywrap.h} | 15 +-
projects/hsm/mgmt-cli.c | 4 +
projects/hsm/mgmt-misc.c | 34 +++
6 files changed, 364 insertions(+), 8 deletions(-)
create mode 100644 projects/cli-test/mgmt-keywrap.c
copy projects/cli-test/{mgmt-test.h => mgmt-keywrap.h} (84%)
More information about the Commits
mailing list