Age | Commit message (Expand) | Author |
2018-08-12 | Simplify makefile to make them easier to use with non-default directory names | Paul Selkirk |
2018-04-19 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2017-09-13 | Preliminary support for parallel core RSA CRT. | Rob Austein |
2017-07-24 | Split compile-time control of RSA ModExp. | Rob Austein |
2017-06-04 | Include file dependencies were badly out of date. | 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-18 | Re-enable FPGA modexp. | Rob Austein |
2017-04-15 | Logging infrastructure. | Rob Austein |
2017-03-09 | Merge branch 'hw_ecdsa_p256' into pymux | Rob Austein |
2017-03-08 | Clean up libhal build system a bit. | Rob Austein |
2017-03-06 | Bump size of some static tables, particuarly pkey slots. | Rob Austein |
2017-02-27 | Compile-time configuration of software-only hash cores. | Rob Austein |
2017-02-02 | Add locking around keystore operations. | Rob Austein |
2017-01-04 | Convert "daemon" mode of C client code to use Python RPC MUX. | Rob Austein |
2016-12-19 | Merge broke forced selection of software-only hash cores in client builds. | Rob Austein |
2016-12-19 | Merge branch 'master' into ksng | Rob Austein |
2016-11-01 | hal_ks_index_fsck() and a pile of debugging code. | Rob Austein |
2016-10-07 | Checkpoint along the way to adding keystore attribute support. | Rob Austein |
2016-09-20 | Clean up the defines around rpc client, software hash cores, etc. | Paul Selkirk |
2016-09-13 | Cleanup prior to rewriting ks_flash.c. | Rob Austein |
2016-09-12 | CRC-32 code for use in ks_flash, stm32 DFU, possibly elsewhere. | 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-09-01 | Revised keystore API, part one. Not usable yet. | Rob Austein |
2016-07-12 | Make probe_cores deal with an unconfigured FPGA (and come back later). | Paul Selkirk |
2016-07-08 | Enable software hash cores on all platforms, for now, anyway. | Rob Austein |
2016-07-05 | export RPC_MODE for tests | Paul Selkirk |
2016-07-01 | Merge branch 'master' into macosx | Rob Austein |
2016-07-01 | Don't want rpc_serial.c for server builds. | Rob Austein |
2016-06-30 | RPC wire format now includes client handle in all requests, and opcode and | Paul Selkirk |
2016-06-30 | Start work to support client code on Mac OS X. | Rob Austein |
2016-06-26 | Update libhal makefiles to use new LIBxxx_SRC / LIBxxx_BLD scheme so libhal c... | Rob Austein |
2016-06-25 | Rename GNUmakefile to Makefile for consistency. | Paul Selkirk |