Age | Commit message (Expand) | Author |
2018-08-12 | Clean up builds for *BSD/clang. | Paul Selkirk |
2018-07-25 | Merge branch 'hashsig' | Paul Selkirk |
2018-05-20 | Drop <assert.h> now that everything should be using hal_assert() instead. | Rob Austein |
2018-05-20 | Better hal_core_alloc() semantics, assert() and printf() cleanup. | Rob Austein |
2018-04-19 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2018-04-19 | Clean up RPC code, track changes to XDR API. | Paul Selkirk |
2017-05-04 | hal_rpc_pkey_match() works better with response buffer sized correctly. | Rob Austein |
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-05 | First cut at key backup code. Not tested yet. | Rob Austein |
2016-12-19 | Merge branch 'master' into ksng | 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-08 | First cut at multi-attribute get/set/delete API. | Rob Austein |
2016-11-05 | Debug most recent changes to C client RPC 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-19 | Use correct RPC function code in hash_get_digest_algorithm_id(). | 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-20 | Clean up the defines around rpc client, software hash cores, etc. | Paul Selkirk |
2016-09-09 | Simplify hal_rpc_pkey_find() by removing `type` argument. | 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-06-30 | RPC wire format now includes client handle in all requests, and opcode and | Paul Selkirk |
2016-06-09 | Fix duplicate dispatch vectors when building for RPC_CLIENT_LOCAL. | Rob Austein |
2016-05-31 | Conditionalize "mixed" operations so we can build a clean remote client. | Paul Selkirk |
2016-05-18 | Impressive how hard it can be to diagnose getting everything but the RPC opco... | Rob Austein |
2016-05-15 | Add hal_rpc_pkey_rename(); allow null string as (temporary) key name. | Rob Austein |
2016-05-14 | Trailing whitespace cleanup. | Rob Austein |
2016-05-14 | Clean up pkey mixed mode. | Rob Austein |
2016-05-14 | Entirely too much fun with C const-ification. | Rob Austein |
2016-05-14 | Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys. | Rob Austein |
2016-05-12 | Fix buffer allocations in RPC client code. | Rob Austein |
2016-03-29 | Enable 'mixed' mode, with client-side hashing. | 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-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-12-11 | RPC API dispatch, skeleton client functions, mixed-mode handlers for | Rob Austein |