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.c
Age
Commit message (
Expand
)
Author
2016-06-10
Allow host-side libhal build without access to secure hardware to
Rob Austein
2016-05-25
Start cleaning up PIN code.
Rob Austein
2016-05-17
Increment return count, not pointer to return count. Feh, C.
Rob Austein
2016-05-15
Tweak keystore API to allow update-in-place, so hal_ks_rename() will work.
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-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
2016-02-25
RPC over loopback socket, just to work out the mechanics for serialization an...
Paul Selkirk
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-20
RPC server stuff mostly written. Compiles, not yet tested. RPC
Rob Austein