[Cryptech-Commits] [sw/libhal] branch ksng updated (4a2bede -> 4ebe932)
git at cryptech.is
git at cryptech.is
Sun Oct 16 20:23:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a change to branch ksng
in repository sw/libhal.
from 4a2bede Redesign ks_flash block header.
new 378bcae Multi-block object support in keystore.
new db32574 Checkpoint along the way to adding keystore attribute support.
new b89d9e3 Stop whining about POSIX strnlen() function.
new 45061e2 Fix session handle arguments in RPC calls.
new 015eefa Per-session objects in ks_volatile; more untested ks_attribute code.
new 46e73ec Keystore attribute code. Not really tested.
new 534f465 Fencepost error in ks_heapsort().
new 4ebe932 Debug keystore attribute code; handle name properly in ks_index_replace().
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 2 +-
core.c | 7 +
hal.h | 46 ++-
hal_internal.h | 275 ++++++++++++++--
ks_attribute.c | 193 +++++++++++
ks_flash.c | 896 ++++++++++++++++++++++++++++++++++++++++----------
ks_index.c | 189 +++++++++--
ks_volatile.c | 356 +++++++++++++++++---
rpc_api.c | 69 +++-
rpc_client.c | 192 +++++++++--
rpc_pkey.c | 111 ++++++-
rpc_server.c | 171 +++++++++-
tests/test-rpc_pkey.c | 440 +++++++++++++++----------
13 files changed, 2443 insertions(+), 504 deletions(-)
create mode 100644 ks_attribute.c
More information about the Commits
mailing list