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
Age
Commit message (
Expand
)
Author
2016-12-19
Merge broke forced selection of software-only hash cores in client builds.
Rob Austein
2016-12-19
Merge branch 'master' into ksng
Rob Austein
2016-11-22
Clean up ks_set_attributes() a bit.
Rob Austein
2016-11-21
Whack attribute code with a club until it works with PKCS #11.
Rob Austein
2016-11-21
pkey_match() should just skip keys it lacks permission to read.
Rob Austein
2016-11-20
Move UUID utilities to hal.h; change attribute values to (const void *).
Rob Austein
2016-11-19
Support queries for attribute length and presence.
Rob Austein
2016-11-15
Allow keystore reinitialization without re-allocating static memory.
Rob Austein
2016-11-14
Tweak pkey access control to allow wheel to see keys.
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-14
Remove now-gratuitous check which kept attribute deletion from working.
Rob Austein
2016-11-11
Drag C pkey test code up to current RPC API.
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 hal_rpc_pkey_match() tests to C client test code.
Rob Austein
2016-11-05
Debug most recent changes to C client RPC API.
Rob Austein
2016-11-05
Add attribute read timing tests.
Rob Austein
2016-11-05
ks_list() was returning garbage for keys not visible to current session.
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-03
Reorder writing of new chunks in ks_set_attribute().
Rob Austein
2016-11-03
Fix sign error in ks_name_cmp(), confusion in hal_ks_index_fsck().
Rob Austein
2016-11-02
Convert pkey_match() test into a proper assertion-based unit test.
Rob Austein
2016-11-02
Get rid of libhal.Attribute (dict suffices).
Rob Austein
2016-11-02
Archive verbose version of pkey_match() tests before reducing to assertions.
Rob Austein
2016-11-02
Debug dict() support, add set() support.
Rob Austein
2016-11-02
Test pkey_match() attribute handling.
Rob Austein
2016-11-02
Fix pkey_get_attribute(), handle XDR encoding of base types properly.
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
Fix hal_rpc_pkey_match() calling convention.
Rob Austein
2016-11-01
Clean out debugging code (flash I/O ring log).
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-30
Preliminary libhal.py test code superseded by unit-tests.py
Rob Austein
2016-10-30
Use public RPC API when dispatching from RPC server.
Rob Austein
2016-10-29
Add a bunch of static key tests, including a mixed-mode workout suite.
Rob Austein
2016-10-29
Mixed mode needs to support PKCS #1.5 DigestInfo for RSA.
Rob Austein
2016-10-26
Version 0.1 of a set of HSM unit tests, using the Python RPC API.
Rob Austein
2016-10-26
Add PyCrypto-based mixed-mode support to Python RPC client.
Rob Austein
2016-10-26
Fix pure-remote-mode hal_rpc_pkey_{sign,verify}().
Rob Austein
2016-10-25
Uppercase HAL_DIGEST_ALGORITHM_ symbols for API consistency.
Rob Austein
2016-10-24
Flesh out key object access control.
Rob Austein
2016-10-24
Make previous_uuid an input-only argument to hal_rpc_pkey_match().
Rob Austein
2016-10-21
Tweak enum handling to handle more of the C enum definition syntax.
Rob Austein
[prev]
[next]