Age | Commit message (Expand) | Author |
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-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-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-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-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-16 | Debug new ks_flash code. | Rob Austein |
2016-09-16 | Revised ks_flash. Compiles, not yet tested. | 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-08-10 | Reset table of cores, e.g. after resetting FPGA from CLI. | Paul Selkirk |
2016-08-10 | Merge branch 'resource_management' | Paul Selkirk |
2016-07-07 | Check and propagate XDR error codes, to detect bad request packets. | Paul Selkirk |
2016-07-05 | Attempt to add resource management, for multiple cores of the same type. | Paul Selkirk |
2016-06-24 | Use hal_error_t as suggested by Rob. | Fredrik Thulin |
2016-06-14 | Add support for ModExpA7 | Paul Selkirk |
2016-05-31 | SHA-224 driver and soft core. | Rob Austein |
2016-05-25 | Start cleaning up PIN code. | Rob Austein |
2016-05-24 | Add mkmif | Paul Selkirk |
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-05-12 | Add hal_digest_algorithm_none; tweak handling of none handles. | Rob Austein |
2016-04-24 | Break the RPC dispatch out of hal_rpc_server_main, for the benefit of the thr... | Paul Selkirk |
2016-03-29 | Add rpc error codes. | Paul Selkirk |
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-21 | Fix names of private key DER functions. | Rob Austein |
2015-12-20 | Drop support for the ASN.1-based ECDSA signature format in favor of | Rob Austein |
2015-12-20 | RPC server stuff mostly written. Compiles, not yet tested. RPC | Rob Austein |
2015-12-13 | Add rpc_hash.c. Convert dynamic allocator in hash.c to use private | Rob Austein |
2015-11-13 | Merge branch 'config_core_selector' | Paul Selkirk |
2015-10-19 | catch up to changes in core version numbers | Paul Selkirk |
2015-10-04 | Whack libhal API to use current configure_core_selector mechanism. | Rob Austein |
2015-10-04 | off_t => hal_addr_t. | Rob Austein |
2015-09-08 | Merge branch 'master' into ecdsa | Rob Austein |