Age | Commit message (Expand) | Author |
2017-01-05 | Whack multiplexer to handle console too. | Rob Austein |
2017-01-04 | Convert "daemon" mode of C client code to use Python RPC MUX. | Rob Austein |
2016-12-21 | Add hal_ks_init_read_only_pins_only() so bootloader can use PINs. | Rob Austein |
2016-11-21 | Whack attribute code with a club until it works with PKCS #11. | 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 | 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-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-01 | Add hal_rpc_pkey_get_key_curve(). | Rob Austein |
2016-11-01 | hal_ks_index_fsck() and a pile of debugging code. | Rob Austein |
2016-10-24 | Make previous_uuid an input-only argument to hal_rpc_pkey_match(). | Rob Austein |
2016-10-14 | Keystore attribute code. Not really tested. | Rob Austein |
2016-10-09 | Per-session objects in ks_volatile; more untested ks_attribute code. | Rob Austein |
2016-10-07 | Fix session handle arguments in RPC calls. | Rob Austein |
2016-10-07 | Checkpoint along the way to adding keystore attribute support. | Rob Austein |
2016-09-30 | Multi-block object support in keystore. | Rob Austein |
2016-09-27 | Add hal_ks_index_replace(). | Rob Austein |
2016-09-23 | Use subsectors instead of sectors in keystore. | Rob Austein |
2016-09-16 | Debug new ks_flash code. | Rob Austein |
2016-09-16 | Revised ks_flash. Compiles, not yet tested. | Rob Austein |
2016-09-13 | Cleanup prior to rewriting ks_flash.c. | Rob Austein |
2016-09-12 | CRC-32 code for use in ks_flash, stm32 DFU, possibly elsewhere. | Rob Austein |
2016-09-11 | Explicit initialization of keystore drivers instead of guessing. | Rob Austein |
2016-09-09 | Rewrite ks_volatile driver to use new ks_index infrastructure. | Rob Austein |
2016-09-09 | Simplify hal_rpc_pkey_find() by removing `type` argument. | Rob Austein |
2016-09-08 | New keystore index internal API. Compiles, not yet integrated or tested. | Rob Austein |
2016-09-02 | Code to convert between text and internal forms of UUIDs. | Rob Austein |
2016-09-01 | Move in-memory keystore from client to server. Whack with club until compiles. | Rob Austein |
2016-09-01 | Revised keystore API, part one. Not usable yet. | Rob Austein |
2016-08-10 | Mixed-mode pkey sign and verify must construct DigestInfo for PKCS #1.5. | Rob Austein |
2016-07-07 | Drop RPC response message if the opcode doesn't match what we sent. | Rob Austein |
2016-07-07 | Change names of RPC client environment variables to something a bit less obsc... | Rob Austein |
2016-07-01 | Use environment variables to specify serial device rather than hard-wiring it. | Rob Austein |
2016-06-30 | Merge branch 'master' into macosx. | Rob Austein |
2016-06-30 | RPC wire format now includes client handle in all requests, and opcode and | Paul Selkirk |
2016-06-30 | Start work to support client code on Mac OS X. | Rob Austein |
2016-06-26 | Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with co... | Paul Selkirk |
2016-06-16 | Merge branch 'master' into ft-ks_flash | Fredrik Thulin |
2016-06-10 | Another attempt to clean up the libhal makefile hairball. | Rob Austein |
2016-06-09 | bugfixes and cleanups, seems to sort-of work now | Fredrik Thulin |
2016-06-08 | Implement flash keystore storage. Most of it is still untested. | Fredrik Thulin |
2016-05-24 | Move htonl to hal_internal.h | Paul Selkirk |
2016-05-15 | Tweak keystore API to allow update-in-place, so hal_ks_rename() will work. | Rob Austein |
2016-05-15 | Add hal_rpc_pkey_rename(); allow null string as (temporary) key name. | Rob Austein |
2016-05-14 | Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys. | Rob Austein |