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_client.c
Age
Commit message (
Expand
)
Author
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