index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpc_server.c
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-05-28
Almost compiles.
Rob Austein
2017-04-25
adapt to the new experimental tasking system
Paul Selkirk
2017-04-17
Move hal_rpc_server_main() to test code.
Paul Selkirk
2017-04-17
Retry a couple of times on HAL_ERROR_CORE_BUSY. This doesn't guarantee succes...
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
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-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-30
Use public RPC API when dispatching from RPC server.
Rob Austein
2016-10-24
Make previous_uuid an input-only argument to hal_rpc_pkey_match().
Rob Austein
2016-10-19
Shake first round of bugs out of 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-11
Explicit initialization of keystore drivers instead of guessing.
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-07-08
Don't reuse local variable in check() macro.
Paul Selkirk
2016-07-07
Check and propagate XDR error codes, to detect bad request packets.
Paul Selkirk
2016-07-07
Drop RPC response message if the opcode doesn't match what we sent.
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-09
Fix duplicate dispatch vectors when building for RPC_CLIENT_LOCAL.
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
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-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-21
stupid fixes
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