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_flash.c
Age
Commit message (
Expand
)
Author
2016-09-11
Explicit initialization of keystore drivers instead of guessing.
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-08
New keystore index internal API. Compiles, not yet integrated or tested.
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-07-06
Return an intelligent error from hal_ks_get_kek.
Paul Selkirk
2016-06-24
Use hal_error_t as suggested by Rob.
Fredrik Thulin
2016-06-23
Implement master key for wrapping keys in the keystore.
Fredrik Thulin
2016-06-09
some cleanup, and fix delete operation
Fredrik Thulin
2016-06-09
Sort out the redeclaration of HAL_OK with Rob's help.
Fredrik Thulin
2016-06-09
bugfixes and cleanups, seems to sort-of work now
Fredrik Thulin
2016-06-08
Implement flash keystore storage. Most of it is still untested.
Fredrik Thulin
2016-05-15
Tweak keystore API to allow update-in-place, so hal_ks_rename() will work.
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