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
/
libhal.py
Age
Commit message (
Expand
)
Author
2017-01-10
Handle connection close events properly, use logging library.
Rob Austein
2017-01-05
Whack multiplexer to handle console too.
Rob Austein
2016-12-28
Experimental libhal RPC MUX based on PySerial and Tornado.
Rob Austein
2016-11-21
Whack attribute code with a club until it works with PKCS #11.
Rob Austein
2016-11-19
Support queries for attribute length and presence.
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-02
Get rid of libhal.Attribute (dict suffices).
Rob Austein
2016-11-02
Debug dict() support, add set() support.
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
hal_ks_index_fsck() and a pile of debugging code.
Rob Austein
2016-10-30
Preliminary libhal.py test code superseded by unit-tests.py
Rob Austein
2016-10-29
Mixed mode needs to support PKCS #1.5 DigestInfo for RSA.
Rob Austein
2016-10-26
Add PyCrypto-based mixed-mode support to Python RPC client.
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
2016-10-21
Better enum handling, more readable RPC methods.
Rob Austein
2016-10-20
Fix HAL_KEY_TYPE_* symbols, add Attribute class.
Rob Austein
2016-10-19
Add handle objects to make API a bit more Pythonic.
Rob Austein
2016-10-19
First cut at Python interface to native libhal RPC.
Rob Austein