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_misc.c
Age
Commit message (
Expand
)
Author
2018-10-25
Add buffer overflow checks before allocating stack arrays.
Paul Selkirk
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-05-30
Merge branch 'logout' into ks9
Rob Austein
2017-04-26
Lower PBKDF2 password iterations and add delay on bad PIN.
Rob Austein
2017-04-25
Shake dumb compile-time bugs out of new logout code.
Rob Austein
2017-04-24
Call a portable entrenching tool a portable entrenching tool.
Rob Austein
2017-04-24
Clean up pkey slots and volatile keys on client logout.
Rob Austein
2017-02-02
Add locking around keystore operations.
Rob Austein
2016-11-14
More API cleanup: remove hal_rpc_pkey_list().
Rob Austein
2016-09-08
New keystore index internal API. Compiles, not yet integrated or tested.
Rob Austein
2016-06-26
Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with co...
Paul Selkirk
2016-06-23
ks_flash returns all-ones instead of all-zeros for "blank" memory, cope.
Rob Austein
2016-05-25
Start cleaning up PIN code.
Rob Austein
2016-05-14
Add mixed-mode key support, for PKCS #11 "session" (ie, not "token") keys.
Rob Austein
2016-03-16
Added serial RPC transport and lots more...
Paul Selkirk
2015-12-24
Fix dispatch vector names.
Rob Austein
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