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
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-04-23
Avoid deadlock triggered by low-probability race condition.
Rob Austein
2017-04-11
API cleanup: pkey_open() and pkey_match().
Rob Austein
2017-02-27
Track change to stm32 keystore API.
Rob Austein
2017-02-14
Erase new head of free list in ks_store().
Rob Austein
2017-02-13
Add some comments for things I figured out while reviewing code.
Paul Selkirk
2017-02-02
Add locking around keystore operations.
Rob Austein
2016-12-21
Add hal_ks_init_read_only_pins_only() so bootloader can use PINs.
Rob Austein
2016-11-22
Clean up ks_set_attributes() a bit.
Rob Austein
2016-11-21
Whack attribute code with a club until it works with PKCS #11.
Rob Austein
2016-11-19
Support queries for attribute length and presence.
Rob Austein
2016-11-15
Allow keystore reinitialization without re-allocating static memory.
Rob Austein
2016-11-14
More API cleanup: remove hal_rpc_pkey_list().
Rob Austein
2016-11-10
Clean out huge swacks of RPC API we don't need anymore.
Rob Austein
2016-11-10
First cut at ks_flash support for attribute get/set/delete API.
Rob Austein
2016-11-08
First cut at multi-attribute get/set/delete API.
Rob Austein
2016-11-05
ks_list() was returning garbage for keys not visible to current session.
Rob Austein
2016-11-03
Reorder writing of new chunks in ks_set_attribute().
Rob Austein
2016-11-01
Fix hal_rpc_pkey_match() calling convention.
Rob Austein
2016-11-01
Clean out debugging code (flash I/O ring log).
Rob Austein
2016-11-01
hal_ks_index_fsck() and a pile of debugging code.
Rob Austein
2016-10-24
Make previous_uuid an input-only argument to hal_rpc_pkey_match().
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-14
Keystore attribute code. Not really tested.
Rob Austein
2016-10-09
Per-session objects in ks_volatile; more untested ks_attribute code.
Rob Austein
2016-10-07
Fix session handle arguments in RPC calls.
Rob Austein
2016-10-07
Checkpoint along the way to adding keystore attribute support.
Rob Austein
2016-09-30
Multi-block object support in keystore.
Rob Austein
2016-09-27
Redesign ks_flash block header.
Rob Austein
2016-09-27
Write updated PIN block before updating index.
Rob Austein
2016-09-27
Add hal_ks_index_replace().
Rob Austein
2016-09-26
More ks_flash cleanup.
Rob Austein
2016-09-26
Rewrite block_erase_maybe() to run the "maybe" check in constant time.
Rob Austein
2016-09-23
Use subsectors instead of sectors in keystore.
Rob Austein
2016-09-16
Debug new ks_flash code.
Rob Austein
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
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
[next]