Age | Commit message (Expand) | Author |
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 |
2016-03-16 | Added serial RPC transport and lots more... | Paul Selkirk |
2016-02-25 | RPC over loopback socket, just to work out the mechanics for serialization an... | Paul Selkirk |
2015-12-24 | hal_rpc_logout_all(), hal_rpc_is_logged_in(). | Rob Austein |
2015-12-24 | More work on PIN/login/logout code. Access control still missing, | Rob Austein |
2015-12-23 | RPC interface to TRNG and (incomplete) PIN code. | Rob Austein |
2015-12-22 | Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format). | Rob Austein |
2015-12-20 | RPC server stuff mostly written. Compiles, not yet tested. RPC | Rob Austein |