Age | Commit message (Expand) | Author |
2018-03-10 | Add Test Case 2 from draft-mcgrew-09 | Paul Selkirk |
2018-02-27 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2018-02-27 | Refactor XDR code, add support for fixed-length opaque data. | Paul Selkirk |
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-09 | Whack with club until compiles. | Rob Austein |
2017-07-03 | Fencepost error (1-based counting using xrange(), sigh). | Rob Austein |
2017-06-27 | Key generation timing. | Rob Austein |
2017-04-17 | Move hal_rpc_server_main() to test code. | Paul Selkirk |
2017-04-11 | API cleanup: pkey_open() and pkey_match(). | Rob Austein |
2017-04-07 | Pull key type information from uploaded key in hal_rpc_pkey_load(). | Rob Austein |
2016-11-21 | Whack attribute code with a club until it works with PKCS #11. | Rob Austein |
2016-11-11 | Drag C pkey test code up to current RPC API. | Rob Austein |
2016-11-10 | Clean out huge swacks of RPC API we don't need anymore. | Rob Austein |
2016-11-05 | Add hal_rpc_pkey_match() tests to C client test code. | Rob Austein |
2016-10-25 | Uppercase HAL_DIGEST_ALGORITHM_ symbols for API consistency. | Rob Austein |
2016-10-16 | Debug keystore attribute code; handle name properly in ks_index_replace(). | Rob Austein |
2016-09-02 | Test both in-memory and on-flash keystores. | Rob Austein |
2016-09-02 | Code to convert between text and internal forms of UUIDs. | Rob Austein |
2016-09-01 | Move in-memory keystore from client to server. Whack with club until compiles. | Rob Austein |
2016-08-10 | Merge branch 'resource_management' | Paul Selkirk |
2016-07-06 | Add a couple more tests | Paul Selkirk |
2016-07-05 | Attempt to add resource management, for multiple cores of the same type. | Paul Selkirk |
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 |
2016-06-24 | Support VPATH builds. | Rob Austein |
2016-06-14 | Collapse RPC_CLIENT and RPC_SERVER makefile settings into a single RPC_MODE s... | Rob Austein |
2016-06-14 | Add support for ModExpA7 | Paul Selkirk |
2016-06-10 | Another attempt to clean up the libhal makefile hairball. | Rob Austein |
2016-06-01 | Add hal_rpc_client_close() where needed. | Paul Selkirk |
2016-05-31 | SHA-224 driver and soft core. | Rob Austein |
2016-05-24 | Widen an int in an error message, for consistency. | Paul Selkirk |
2016-05-24 | Add mkmif | Paul Selkirk |
2016-05-14 | Trailing whitespace cleanup. | Rob Austein |
2016-03-29 | Remove unneeded hal_internal.h | Paul Selkirk |
2016-03-29 | Add test-rpc_get_random | Paul Selkirk |
2016-03-21 | Merge branch 'master' into rpc | Paul Selkirk |
2016-03-21 | stupid fixes | Paul Selkirk |
2016-03-21 | Skip tests we know are going to fail. | Paul Selkirk |
2016-03-16 | Added serial RPC transport and lots more... | Paul Selkirk |
2016-03-12 | Test RPC key generation API. | Rob Austein |
2016-03-12 | Doh, helps to specify the curve. | Rob Austein |
2016-03-12 | Basic RPC ECDSA tests. | Rob Austein |
2016-03-11 | First round of debugging based on RPC pkey tests: mostly ASN.1 | Rob Austein |
2016-03-11 | First step towards RPC PKEY tests. Currently RSA-only, test-vector | Rob Austein |
2016-03-09 | Tweak handling of byte swapping in software hash cores to get rid of | Rob Austein |
2016-02-25 | RPC over loopback socket, just to work out the mechanics for serialization an... | Paul Selkirk |
2015-12-23 | First round of fixes for new ASN.1 and test code. | Rob Austein |
2015-12-22 | Reorder tests to put hideously slow RSA tests at the end. | Rob Austein |