Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | First cut at PBKDF2. | Rob Austein | |
2015-06-04 | Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto | Rob Austein | |
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc). | |||
2015-05-25 | Cleanup: names of *_core_present() functions, Makefile. | Rob Austein | |
2015-05-21 | Add test harness: no useful tests yet, just the framework. | Rob Austein | |
Add human-readable error strings for hal_error_t codes. | |||
2015-05-20 | Add AES Key Wrap using Cryptech AES core. | Rob Austein | |
2015-05-20 | Add csprng and hash modules. Add real error codes instead of magic | Rob Austein | |
numbers, and propegate error codes up from lower layers. Whack C++-isms, add parenthesese to a lot of macro expressions for evaluation safety, other minor cleanup. | |||
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. |