Age | Commit message (Expand) | Author |
2018-07-25 | Merge branch 'hashsig' | Paul Selkirk |
2018-05-20 | Silence compiler warning in revised hal_ks_fetch(). | Rob Austein |
2018-05-19 | Release keystore lock before unwrapping key. | Rob Austein |
2018-04-19 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2018-04-19 | Add hal_ks_available | Paul Selkirk |
2017-12-13 | Merge branch systolic_crt into master. | Rob Austein |
2017-10-27 | ~0 is actually more correct, or more portable | Paul Selkirk |
2017-10-23 | Cleanup signed/unsigned mismatches, mostly in loop counters | Paul Selkirk |
2017-09-13 | Sort-of-working, large (4096-bit) RSA keys broken. | Rob Austein |
2017-06-04 | Tweak CRC input to be backwards compatabile with ksng. | Rob Austein |
2017-05-30 | Hold keystore lock before calling keystore driver methods. | Rob Austein |
2017-05-30 | Merge branch 'logout' into ks9 | Rob Austein |
2017-05-29 | Simplify per-session keys. | Rob Austein |
2017-05-29 | Indentation. | Rob Austein |
2017-05-29 | Debug per-session keys. | 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-25 | Fix up ks driver calls and inline wrappers. | Rob Austein |
2017-05-24 | Type name cleanup, key visibility. | Rob Austein |
2017-05-24 | Checkpoint, not expected to work yet, includes a lot of notes. | Rob Austein |
2016-09-13 | Cleanup prior to rewriting ks_flash.c. | 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-06-23 | ks_flash returns all-ones instead of all-zeros for "blank" memory, cope. | Rob Austein |
2016-06-10 | Allow host-side libhal build without access to secure hardware to | Rob Austein |
2016-05-25 | Start cleaning up PIN code. | Rob Austein |
2016-05-17 | Increment return count, not pointer to return count. Feh, C. | Rob Austein |
2016-05-15 | Tweak keystore API to allow update-in-place, so hal_ks_rename() will work. | 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-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 |
2016-02-25 | RPC over loopback socket, just to work out the mechanics for serialization an... | Paul Selkirk |
2015-12-24 | More work on PIN/login/logout code. Access control still missing, | 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 |