Age | Commit message (Expand) | Author |
2016-04-24 | Break the RPC dispatch out of hal_rpc_server_main, for the benefit of the thr... | Paul Selkirk |
2016-04-11 | Fix includes to bring hal_io_fmc.c in line with hal_io_eim.c. | Paul Selkirk |
2016-03-29 | Client includes rsa, ecdsa, asn1. | Paul Selkirk |
2016-03-29 | Client-side rsa and ecdsa need to call remote get_random. | Paul Selkirk |
2016-03-29 | Enable 'mixed' mode, with client-side hashing. | Paul Selkirk |
2016-03-29 | Add xdr-specific error codes; update caller's length in hal_xdr_decode_buffer(). | Paul Selkirk |
2016-03-29 | Add rpc error codes. | Paul Selkirk |
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 | Don't build position-independent code for stm32. | 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 | Merge branch 'master' into rpc | Rob Austein |
2016-03-12 | Disable ECDSA static-test-vectors hack, fix call to hal_get_random() | Rob Austein |
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-03-09 | Optional (compile time conditional) software hash cores. At the | 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 | Fix dispatch vector names. | Rob Austein |
2015-12-24 | hal_rpc_logout_all(), hal_rpc_is_logged_in(). | Rob Austein |
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-23 | Software modexp() implementation didn't compile due to missing pro | Rob Austein |
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 |
2015-12-22 | Test code for ASN.1 public key functions. | Rob Austein |
2015-12-22 | Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format). | Rob Austein |
2015-12-21 | Fix names of private key DER functions. | Rob Austein |
2015-12-21 | Pull .gitignore update from master. | Rob Austein |
2015-12-21 | Binaries missing from .gitignore make git submodule grumpy. | Rob Austein |
2015-12-20 | Use sysconf(_SC_PAGESIZE) instead of getpagesize(). | Rob Austein |
2015-12-20 | Consolidating curve names broke the ASN.1 code. | Rob Austein |
2015-12-20 | Drop support for the ASN.1-based ECDSA signature format in favor of | Rob Austein |
2015-12-20 | RPC server stuff mostly written. Compiles, not yet tested. RPC | Rob Austein |
2015-12-13 | Merge Paul's copyright updates. | Rob Austein |
2015-12-13 | whack copyrights | Paul Selkirk |
2015-12-13 | Add rpc_hash.c. Convert dynamic allocator in hash.c to use private | Rob Austein |
2015-12-12 | Silence platform-dependent compiler whining: in general, when printf() | Rob Austein |
2015-12-11 | RPC API dispatch, skeleton client functions, mixed-mode handlers for | Rob Austein |
2015-12-10 | First cut at public libhal RPC API. | Rob Austein |
2015-11-17 | More post-merge cleanup. | Paul Selkirk |
2015-11-16 | new test to exercise trng cores | Paul Selkirk |
2015-11-16 | remove dependency on csprng | Paul Selkirk |