Age | Commit message (Expand) | Author |
2019-04-02 | Small cleanups in RPC code, e.g. to support null arguments. | Paul Selkirk |
2019-03-31 | Hashsig cleanup. | Paul Selkirk |
2018-08-12 | Clean up builds for *BSD/clang. | Paul Selkirk |
2018-04-19 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2017-10-23 | Cleanup signed/unsigned mismatches, mostly in loop counters | Paul Selkirk |
2017-04-11 | API cleanup: pkey_open() and pkey_match(). | Rob Austein |
2017-04-07 | Pull key type information from uploaded key in hal_rpc_pkey_load(). | Rob Austein |
2017-04-06 | Shake bugs out of hal_rpc_pkey_export(). | Rob Austein |
2017-04-05 | First cut at key backup code. Not tested yet. | 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-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-10-24 | Make previous_uuid an input-only argument to hal_rpc_pkey_match(). | 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-09 | Simplify hal_rpc_pkey_find() by removing `type` argument. | Rob Austein |
2016-09-01 | Revised keystore API, part one. Not usable yet. | Rob Austein |
2016-05-25 | Start cleaning up PIN code. | Rob Austein |
2016-05-15 | Add hal_rpc_pkey_rename(); allow null string as (temporary) key name. | Rob Austein |
2016-05-14 | Fix key flag check, untabify. | Rob Austein |
2016-05-14 | Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys. | Rob Austein |
2016-05-12 | Add hal_digest_algorithm_none; tweak handling of none handles. | 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 |