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
2018-02-27
Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt
Paul Selkirk
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-05-30
Hold keystore lock before calling keystore driver methods.
Rob Austein
2017-05-30
Missed one instance of one API change in "logout" branch merge.
Rob Austein
2017-05-30
Merge branch 'logout' into ks9
Rob Austein
2017-05-29
Simplify per-session keys.
Rob Austein
2017-05-29
Debug per-session keys.
Rob Austein
2017-05-28
Debug new keystore init code.
Rob Austein
2017-05-28
Almost compiles.
Rob Austein
2017-05-28
Further keystore cleanup and consolidation.
Rob Austein
2017-05-25
Checkpoint while refactoring. Almost certainly will not compile.
Rob Austein
2017-05-23
Goodbye ancient mmap()-based keystore.
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-04-25
Shake dumb compile-time bugs out of new logout code.
Rob Austein
2017-04-24
Call a portable entrenching tool a portable entrenching tool.
Rob Austein
2017-04-24
Clean up pkey slots and volatile keys on client logout.
Rob Austein
2017-04-17
Remove a redundant 'err' variable in ks_fetch() that was masking error
Paul Selkirk
2017-04-11
API cleanup: pkey_open() and pkey_match().
Rob Austein
2017-02-02
Add locking around keystore operations.
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-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-01
Fix hal_rpc_pkey_match() calling convention.
Rob Austein
2016-11-01
hal_ks_index_fsck() and a pile of debugging code.
Rob Austein
2016-10-24
Flesh out key object access control.
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-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
Checkpoint along the way to adding keystore attribute support.
Rob Austein
2016-09-30
Multi-block object support in keystore.
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
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