Age | Commit message (Expand) | Author |
2021-12-20 | Small fix to the upload script. Skip dummy text information preceeding actual | Pavel V. Shatov (Meister) |
2021-09-13 | Added call to ice40mkm_configure() to the 'hsm' project startup code. | Pavel V. Shatov (Meister) |
2021-09-13 | Added ice40mkm.o to the Makefile for the bootloader | Pavel V. Shatov (Meister) |
2020-10-15 | Remove no-longer-useful mgmt-keywrap. | Paul Selkirk |
2020-10-15 | Remove no-longer-useful test-mkmif. | Paul Selkirk |
2020-10-15 | Silence deprecated warnings in CMSIS code. | Paul Selkirk |
2020-09-02 | Well of course there had to be one last dumb Python3 string bugpython3 | Rob Austein |
2020-09-01 | ..Aaaand a few more Python3 string bugs in cryptech_upload | Rob Austein |
2020-09-01 | One more set of silly Python3 bytes handling errors | Rob Austein |
2020-07-13 | Whack all Python shebangs to Python 3 | Rob Austein |
2020-05-26 | Wow, python-version-independent hexadecimal is painful | Rob Austein |
2020-05-25 | Untested conversion to support Python 3 | Rob Austein |
2020-05-05 | Add more RPC tasks for better signing performance. | Paul Selkirk |
2020-04-29 | The new keywrap core now talks directly to the MKM, so there are some API cha... | Paul Selkirk |
2020-03-10 | change hal_aes_use_keywrap_core | Paul Selkirk |
2020-02-26 | Merge branch 'js_keywrap' to 'master' | Paul Selkirk |
2020-02-26 | conditionalize timing tests | Paul Selkirk |
2020-02-26 | Some timing tests overflow the meagre 16K CLI task stack, so bump it up for t... | Paul Selkirk |
2020-02-18 | timing tests for RSA signingmodexpng | Paul Selkirk |
2019-04-09 | Rebase branch 'js_keywrap' from masterjs_keywrap | Paul Selkirk |
2019-04-03 | Merge branch 'fmc_clk_60mhz' to 'master' | Paul Selkirk |
2019-03-31 | Remove inclusion of now-deleted hashsig.h | Paul Selkirk |
2019-02-28 | Report SDRAM usage in `task show` | Paul Selkirk |
2018-11-26 | Add loop unrolling to bring the profilable mem* functions closer to | Paul Selkirk |
2018-11-14 | Increase cli task, and move it to SDRAM, because main RAM is getting full. | Paul Selkirk |
2018-09-11 | Cleanup, move 'keywrap core' command to the hsm project, where it will actual... | Paul Selkirk |
2018-09-05 | When erasing the whole keystore, optionally preserve the login PINs. | Paul Selkirk |
2018-09-04 | Make parsing and display of masterkey values consistent with one another, | Paul Selkirk |
2018-08-27 | Add startup delay to let fmc bus settle | Paul Selkirk |
2018-08-17 | Add sanity test for arbitrary size keys, to be really sure the keywrap core b... | Paul Selkirk |
2018-08-16 | Add timing tests for key unwrap. | Paul Selkirk |
2018-08-15 | Add support for Joachim's keywrap core. | Paul Selkirk |
2018-07-25 | Merge branch 'hashsig' | Paul Selkirk |
2018-07-24 | Add dummy hal_free_static_memory to cli-test, to avoid a link error. | Paul Selkirk |
2018-07-16 | Whack various bits of sw/stm32 test code to compile on fmc_clk branch. | Rob Austein |
2018-05-27 | FMC cleanup: constification, gratuitous pointer. | Rob Austein |
2018-05-20 | Mutex for RSA blinding factors cache. | Rob Austein |
2018-04-19 | Reconstruct the hashsig hash tree(s) on device restart. | Paul Selkirk |
2018-04-19 | Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt | Paul Selkirk |
2018-04-06 | Merge branch 'profiling' | Paul Selkirk |
2017-12-14 | Revert a clean up 'fix' which actually broke FPGA upload. | Paul Selkirk |
2017-10-17 | Overhaul UART API | Paul Selkirk |
2017-10-15 | Cleanup: All drivers return HAL_StatusTypeDef rather than magic values. | Paul Selkirk |
2017-10-11 | Cleanup 'unused parameter' warnings, a couple of which are actual coding errors. | Paul Selkirk |
2017-10-11 | Cleanup: signed/unsigned mismatches, mostly in loop counters | Paul Selkirk |
2017-09-21 | cleanup | Paul Selkirk |
2017-09-21 | Make fmc-test less chatty. | Paul Selkirk |
2017-09-07 | Rebase branch 'profiling' from master | Paul Selkirk |
2017-09-07 | Add task_yield_maybe | Paul Selkirk |
2017-09-07 | Sigh, right offset for the wrong register. Get the PC (the address we | Paul Selkirk |