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
/
unit-tests.py
Age
Commit message (
Expand
)
Author
2019-04-10
Add hashsig interop tests.
Paul Selkirk
2019-04-09
Huh, I forgot to add a Python RPC handler for pkey_generate_hashsig,
Paul Selkirk
2018-10-25
Enable bloat tests, since they work with the current 8K keystore block size.
Paul Selkirk
2017-09-15
4096-bit RSA keys working again, with 8k keystore "blocks".
Rob Austein
2017-06-11
Flesh out digest and HMAC tests.
Rob Austein
2017-06-02
Fix AESKeywrapWithPadding handling of very long messages.
Rob Austein
2017-05-29
Adjust "bloat" unit tests for ks9 keystore parameters.
Rob Austein
2017-05-29
Debug per-session keys.
Rob Austein
2017-05-11
TestPKeyMatch was a little sloppy when counting keys.
Rob Austein
2017-05-10
Work around known bugs in PyCrypto ASN.1 code.
Rob Austein
2017-04-27
Decorator doesn't work properly with --all-tests, use runtime check.
Rob Austein
2017-04-23
Handle error conditions when deleting keys by UUID.
Rob Austein
2017-04-14
Python interface API will need to be cryptech.libhal for installation.
Rob Austein
2017-04-11
Move login tests to "slow" test category.
Rob Austein
2017-04-11
API cleanup: pkey_open() and pkey_match().
Rob Austein
2017-04-09
Unit tests for key backup operations.
Rob Austein
2017-04-07
Pull key type information from uploaded key in hal_rpc_pkey_load().
Rob Austein
2017-04-07
Enforce key usage flags.
Rob Austein
2017-04-04
Fix strnagely-named test.
Rob Austein
2017-04-03
Merge branch 'pymux' into pkcs8
Rob Austein
2017-04-03
Race condition in test was triggering HAL_ERROR_KEY_NOT_FOUND.
Rob Austein
2017-04-03
Unit tests mostly working with PKCS #8.
Rob Austein
2017-03-06
Add timestamps to debug logging.
Rob Austein
2017-03-04
Add --io-log option to unit-tests.py.
Rob Austein
2017-02-03
Unit test cleanup.
Rob Austein
2017-01-31
Enable low-level debugging support in libhal.py.
Rob Austein
2016-11-21
Whack attribute code with a club until it works with PKCS #11.
Rob Austein
2016-11-14
More API cleanup: remove hal_rpc_pkey_list().
Rob Austein
2016-11-14
hal_rpc_pkey_find() -> hal_rpc_pkey_open().
Rob Austein
2016-11-10
Clean out huge swacks of RPC API we don't need anymore.
Rob Austein
2016-11-10
First cut at ks_flash support for attribute get/set/delete API.
Rob Austein
2016-11-08
First cut at multi-attribute get/set/delete API.
Rob Austein
2016-11-05
Add attribute read timing tests.
Rob Austein
2016-11-04
.set_attribute() speed tests.
Rob Austein
2016-11-04
Doh, tests should not assume an empty keystore.
Rob Austein
2016-11-04
More attribute bloat tests, pinwheel to monitor progress.
Rob Austein
2016-11-03
Add keystore attribute tests; add wrapper for Python crypto.
Rob Austein
2016-11-02
Convert pkey_match() test into a proper assertion-based unit test.
Rob Austein
2016-11-02
Archive verbose version of pkey_match() tests before reducing to assertions.
Rob Austein
2016-11-02
Test pkey_match() attribute handling.
Rob Austein
2016-11-01
Add hal_rpc_pkey_get_key_curve().
Rob Austein
2016-11-01
More Pythonic API for certain pkey calls.
Rob Austein
2016-11-01
hal_ks_index_fsck() and a pile of debugging code.
Rob Austein
2016-10-30
Interop tests against Python RSA and ECDSA implementations.
Rob Austein
2016-10-30
Continue fleshing out libhal Python unit tests.
Rob Austein
2016-10-29
Add a bunch of static key tests, including a mixed-mode workout suite.
Rob Austein
2016-10-26
Version 0.1 of a set of HSM unit tests, using the Python RPC API.
Rob Austein