index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-aes-key-wrap.c
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2015-12-13
whack copyrights
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-06-21
libcryptech -> libhal, doh.
Rob Austein
2015-06-04
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
Rob Austein
2015-05-25
Doh, skip tests when we know core isn't present.
Rob Austein
2015-05-24
Cleanup.
Rob Austein
2015-05-24
AES key wrap now working with AES core.
Rob Austein
2015-05-24
Typing "!" when one meant "~" has interesting effects when bit masking.
Rob Austein
2015-05-23
Guess it might help to write the config value to the AES core after
Rob Austein
2015-05-21
Add test cases for 128-bit and 256-bit KEKs.
Rob Austein
2015-05-21
Add test harness: no useful tests yet, just the framework.
Rob Austein