Age | Commit message (Expand) | Author |
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-29 | Indentation. | 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-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 |
2017-05-23 | Goodbye ancient mmap()-based keystore. | Rob Austein |
2017-05-23 | Merge branch 'master' into ks9 | Rob Austein |
2017-05-23 | "core" arguments have not been const since we switched to core_selector. | 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-05-18 | Re-enable FPGA modexp. | Rob Austein |
2017-05-17 | Free modexp core after using it. | Rob Austein |
2017-05-17 | No, children, you can't || enum error codes. Again. | Rob Austein |
2017-05-11 | TestPKeyMatch was a little sloppy when counting keys. | Rob Austein |
2017-05-10 | Work around known bugs in PyCrypto ASN.1 code. | Rob Austein |
2017-05-09 | Update README.md. | Rob Austein |
2017-05-04 | hal_rpc_pkey_match() works better with response buffer sized correctly. | Rob Austein |
2017-05-03 | Tweak PySerial write_timeout setting. | Rob Austein |
2017-04-30 | Merge branch 'ksng' into no-rtos | Rob Austein |
2017-04-27 | Decorator doesn't work properly with --all-tests, use runtime check. | Rob Austein |
2017-04-26 | Lower PBKDF2 password iterations and add delay on bad PIN. | Rob Austein |
2017-04-26 | Don't intefere with sys.exit(). | Rob Austein |
2017-04-25 | adapt to the new experimental tasking system | Paul Selkirk |
2017-04-23 | Wrap keyslot clearing in a critical section. | Rob Austein |
2017-04-23 | Avoid deadlock triggered by low-probability race condition. | Rob Austein |
2017-04-23 | Handle error conditions when deleting keys by UUID. | Rob Austein |
2017-04-23 | Log exit conditions | Rob Austein |
2017-04-17 | Move hal_rpc_server_main() to test code. | Paul Selkirk |
2017-04-17 | Retry a couple of times on HAL_ERROR_CORE_BUSY. This doesn't guarantee succes... | Paul Selkirk |
2017-04-17 | Make sure hal_aes_keyunwrap() frees the core in all error cases. | Paul Selkirk |
2017-04-17 | Remove a redundant 'err' variable in ks_fetch() that was masking error | Paul Selkirk |
2017-04-15 | Write to console socket and console log in parallel. | Rob Austein |
2017-04-15 | Add console log support to muxd. | Rob Austein |
2017-04-15 | Typo. | Rob Austein |
2017-04-15 | Logging infrastructure. | Rob Austein |
2017-04-14 | Clean up and document cryptech_backup. | Rob Austein |
2017-04-14 | Python interface API will need to be cryptech.libhal for installation. | Rob Austein |
2017-04-12 | Fix buffer size check when crossing token->volatile boundary in pkey_match(). | Rob Austein |
2017-04-11 | Merge branch 'pymux' into pkcs8 | Rob Austein |
2017-04-11 | Move login tests to "slow" test category. | Rob Austein |
2017-04-11 | Log packet drops. | Rob Austein |
2017-04-11 | Merge branch 'pymux' into pkcs8 | Rob Austein |
2017-04-11 | Reject malformed messages from RPC UART, not just too-short ones. | Rob Austein |
2017-04-11 | API cleanup: pkey_open() and pkey_match(). | Rob Austein |