Age | Commit message (Expand) | Author |
2020-10-15 | Reduce overly-long HAL_IO_TIMEOUT. | Paul Selkirk |
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 | Add retro fmc_write_32/fmc_read_32 for the board-test projects that use them. | Paul Selkirk |
2020-10-15 | Silence deprecated warnings in CMSIS code. | Paul Selkirk |
2020-10-15 | Peter Stuge's fix for hardware flow control: Program CTS and RTS pins as alte... | 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-03-09 | Replace the brutally inefficient fp_to_unsigned_bin with one based on | Paul Selkirk |
2020-02-26 | Merge branch 'js_keywrap' to 'master' | Paul Selkirk |
2020-02-26 | conditionalize timing tests | Paul Selkirk |
2020-02-26 | Merge branch 'modexpng' to 'master' | 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 |
2020-01-21 | Merge branch 'fmc_clk' | Pavel V. Shatov (Meister) |
2020-01-21 | New FMC settings for STM32.fmc_clk | Pavel V. Shatov (Meister) |
2019-04-09 | Rebase branch 'js_keywrap' from masterjs_keywrap | Paul Selkirk |
2019-04-06 | Remove fmc_[read|write]_32, since we now memcpy in hal_io_[read|write]. | 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 |
2019-01-31 | Updated FMC initialization code to match changes in FMC arbiter. | Pavel V. Shatov (Meister) |
2018-12-12 | Rebase branch 'fmc_clk' of git.cryptech.is:sw/stm32 from master | Paul Selkirk |
2018-12-12 | Whack various bits of sw/stm32 test code to compile on fmc_clk branch. | Rob Austein |
2018-12-12 | Changed FMC initialization code to match the new sync FMC arbiter. Removed | Pavel V. Shatov (Meister) |
2018-12-05 | Tell libtfm that the ARM is little-endian, so it can optimize fp_read_unsigne... | Paul Selkirk |
2018-12-03 | Re-delete SysTick_hook (commit 9ffead1), which somehow crept back in. | Paul Selkirk |
2018-12-02 | Clean up the profiling code to the point where I stand a chance of | 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-07 | Tweak for 60MHz FMC clock. | Rob Austein |
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-07-07 | Changed FMC initialization code to match the new sync FMC arbiter. Removed | Pavel V. Shatov (Meister) |
2018-05-27 | Script to run a test with HSM profiling. | Rob Austein |