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
/
ks_volatile.c
Age
Commit message (
Expand
)
Author
2016-09-16
Revised ks_flash. Compiles, not yet tested.
Rob Austein
2016-09-13
Cleanup prior to rewriting ks_flash.c.
Rob Austein
2016-09-12
Doh, allow keystore reinitialization after unclean reboot.
Rob Austein
2016-09-11
Explicit initialization of keystore drivers instead of guessing.
Rob Austein
2016-09-09
Rewrite ks_volatile driver to use new ks_index infrastructure.
Rob Austein
2016-09-09
Missed a few instances of type-based key naming in keystore drivers.
Rob Austein
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-05-15
Tweak keystore API to allow update-in-place, so hal_ks_rename() will work.
Rob Austein
2016-03-11
First round of debugging based on RPC pkey tests: mostly ASN.1
Rob Austein
2016-03-03
Initial implementations of ks_get_kek(). Untested, and none of these
Rob Austein
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-12-20
RPC server stuff mostly written. Compiles, not yet tested. RPC
Rob Austein