Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-12 | Update .gitignore with newish test apps | Paul Selkirk | |
2016-10-20 | Fix HAL_KEY_TYPE_* symbols, add Attribute class. | Rob Austein | |
2016-07-06 | Previous "fix" to speed setting didn't compile on OSX. | Rob Austein | |
2016-06-24 | Support VPATH builds. | Rob Austein | |
2016-06-14 | test-mkmif was missing from .gitignore. | Rob Austein | |
2016-06-02 | Add RPC client daemon. | 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-11 | First step towards RPC PKEY tests. Currently RSA-only, test-vector | Rob Austein | |
only, requires AES core (for key wrapping). | |||
2016-03-03 | Initial implementations of ks_get_kek(). Untested, and none of these | Rob Austein | |
are secure (the one in ks_flash.c is a stub, and the others are for cases where we have no secure hardware in which to store the KEK). These are primarily for testing, since in the long run the entire software implementation of AES-keywrap will be replaced by Verilog which never lets software see the unwrapped key. Or so says current theory. For the moment, we just need something that will let us test the rest of the RPC and keystore mechanisms. | |||
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-11 | RPC API dispatch, skeleton client functions, mixed-mode handlers for | Rob Austein | |
local hashing with remote pkey. | |||
2015-08-24 | First stumblings towards ECDSA test code. | Rob Austein | |
2015-07-05 | Get rid of autoconf, as we don't really need it. Add eim_peek_poke | Rob Austein | |
utility program, based on Paul's example in the core/platform/novena repository. | |||
2015-06-05 | Get feedback cycle right in PBKDF2 iteration. | Rob Austein | |
2015-05-28 | More fun with RSA test cases, still not working. | Rob Austein | |
2015-05-24 | Cleanup. | Rob Austein | |
2015-05-19 | Import FPGA I/O code from core/platform/novena/sw, add minimal | Rob Austein | |
autoconf, whack with a club until it builds. |