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_index.c
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-05-28
Almost compiles.
Rob Austein
2017-05-25
Checkpoint while refactoring. Almost certainly will not compile.
Rob Austein
2017-05-23
Whack previous commit with club until it compiles.
Rob Austein
2017-05-22
First pass on experimental one-size-fits-nobody keystore.
Rob Austein
2017-02-13
Add some comments for things I figured out while reviewing code.
Paul Selkirk
2016-11-10
Clean out huge swacks of RPC API we don't need anymore.
Rob Austein
2016-11-03
Fix sign error in ks_name_cmp(), confusion in hal_ks_index_fsck().
Rob Austein
2016-11-01
hal_ks_index_fsck() and a pile of debugging code.
Rob Austein
2016-10-19
Shake first round of bugs out of hal_rpc_pkey_match().
Rob Austein
2016-10-16
Debug keystore attribute code; handle name properly in ks_index_replace().
Rob Austein
2016-10-15
Fencepost error in ks_heapsort().
Rob Austein
2016-10-14
Keystore attribute code. Not really tested.
Rob Austein
2016-09-30
Multi-block object support in keystore.
Rob Austein
2016-09-27
Fix swapped memmove() arguments in hal_ks_index_replace().
Rob Austein
2016-09-27
Add hal_ks_index_replace().
Rob Austein
2016-09-16
Revised ks_flash. Compiles, not yet tested.
Rob Austein
2016-09-09
Portable fix for ks_find() fencepost error.
Rob Austein
2016-09-09
Fencepost error in ks_find().
Rob Austein
2016-09-08
New keystore index internal API. Compiles, not yet integrated or tested.
Rob Austein