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
Age
Commit message (
Expand
)
Author
2015-06-21
Check for hash core present before running PBKDF2 tests.
Rob Austein
2015-06-18
Supply public exponent as bigendian byte string rather than unsigned
Rob Austein
2015-06-18
Helps to set the return value when reading a key, doh.
Rob Austein
2015-06-18
Add round-trip test for DER I/O code.
Rob Austein
2015-06-18
Refactor CRT code into public API.
Rob Austein
2015-06-17
Debug RSA key generation.
Rob Austein
2015-06-17
RSA key generation and DER support.
Rob Austein
2015-06-17
RSA key generation. Compiles, not (yet) tested otherwise.
Rob Austein
2015-06-16
Refactor key loading code.
Rob Austein
2015-06-11
Debug modexp_fp() buffer handling. Add basic timing report.
Rob Austein
2015-06-11
Build issues on Novena.
Rob Austein
2015-06-11
First cut at RSA decryption/signature using the Chinese Remainder
Rob Austein
2015-06-10
Operand lengths weren't including bug-workaround padding.
Rob Austein
2015-06-10
Add hal_modexp(), since the protocol is a bit complex. Rewrite
Rob Austein
2015-06-05
Get feedback cycle right in PBKDF2 iteration.
Rob Austein
2015-06-05
HMAC for truncated SHA-512 digests would probably work better if we
Rob Austein
2015-06-04
First cut at PBKDF2.
Rob Austein
2015-06-04
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
Rob Austein
2015-06-04
HMAC implementation and test vectors.
Rob Austein
2015-06-04
Refactor hash code prior to adding HMAC (which we need for PBKDF2).
Rob Austein
2015-06-03
ModExp now working!
Rob Austein
2015-06-01
Add padding options to test workaround for current ModExp bugs.
Rob Austein
2015-05-28
More fun with RSA test cases, still not working.
Rob Austein
2015-05-27
First pass at RSA tests.
Rob Austein
2015-05-25
Cleanup: names of *_core_present() functions, Makefile.
Rob Austein
2015-05-25
Doh, skip tests when we know core isn't present.
Rob Austein
2015-05-25
Add missing truncated SHA-512 cases.
Rob Austein
2015-05-24
Cleanup.
Rob Austein
2015-05-24
Debug hash-testing code.
Rob Austein
2015-05-24
First pass on hash test code.
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
[prev]