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
/
rpc_pkey.c
Age
Commit message (
Expand
)
Author
2017-12-13
Merge branch systolic_crt into master.
Rob Austein
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-09-13
Preliminary support for parallel core RSA CRT.
Rob Austein
2017-09-13
Sort-of-working, large (4096-bit) RSA keys broken.
Rob Austein
2017-05-30
Merge branch 'logout' into ks9
Rob Austein
2017-05-29
Missed a few references to old pkey_slot field names, oops.
Rob Austein
2017-05-29
Simplify per-session keys.
Rob Austein
2017-05-28
Almost compiles.
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-23
Wrap keyslot clearing in a critical section.
Rob Austein
2017-04-12
Fix buffer size check when crossing token->volatile boundary in pkey_match().
Rob Austein
2017-04-11
API cleanup: pkey_open() and pkey_match().
Rob Austein
2017-04-07
Tighten up hal_rpc_pkey_import() a bit more.
Rob Austein
2017-04-07
Pull key type information from uploaded key in hal_rpc_pkey_load().
Rob Austein
2017-04-07
Enforce key usage flags.
Rob Austein
2017-04-07
Shake bugs out of hal_rpc_pkey_import().
Rob Austein
2017-04-06
Defend against Bleichenbacher's Attack in hal_rpc_pkey_import().
Rob Austein
2017-04-06
Shake bugs out of hal_rpc_pkey_export().
Rob Austein
2017-04-06
Fix a few dumb compile-time bugs.
Rob Austein
2017-04-05
First cut at key backup code. Not tested yet.
Rob Austein
2017-03-03
Fix race condition in pkey_slot allocation.
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-11-21
Whack attribute code with a club until it works with PKCS #11.
Rob Austein
2016-11-21
pkey_match() should just skip keys it lacks permission to read.
Rob Austein
2016-11-14
Tweak pkey access control to allow wheel to see keys.
Rob Austein
2016-11-14
More API cleanup: remove hal_rpc_pkey_list().
Rob Austein
2016-11-14
hal_rpc_pkey_find() -> hal_rpc_pkey_open().
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-01
Add hal_rpc_pkey_get_key_curve().
Rob Austein
2016-10-26
Fix pure-remote-mode hal_rpc_pkey_{sign,verify}().
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-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-09
Simplify hal_rpc_pkey_find() by removing `type` argument.
Rob Austein
2016-09-03
Plug pkey handle leak.
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-08-10
Mixed-mode pkey sign and verify must construct DigestInfo for PKCS #1.5.
Rob Austein
2016-05-25
Start cleaning up PIN code.
Rob Austein
2016-05-16
Fix inverted length check.
Rob Austein
2016-05-16
Round buffer size up to word boundary when verifying RSA signatures.
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-05-14
Clean up pkey mixed mode.
Rob Austein
[next]