index
:
sw/stm32
auto_zeroise
ekermit
fmc_clk
ft-crc32
ice40mkm
js_keywrap
master
modexpng
parade_of_half_baked_ideas
python3
rsa_timing
Cryptech HSM on STM-32 ARM processor
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
/
cli-test
/
mgmt-cli.c
Age
Commit message (
Expand
)
Author
2019-01-12
Timing tests for RSA signing and sub-components thereof.
Paul Selkirk
2018-09-11
Cleanup, move 'keywrap core' command to the hsm project, where it will actual...
Paul Selkirk
2018-08-15
Add support for Joachim's keywrap core.
Paul Selkirk
2017-10-17
Overhaul UART API
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-04-29
cli-test doesn't use the tasker, even though it might have previously used a ...
Paul Selkirk
2017-04-29
Port cli-test to the new task API.
Paul Selkirk
2016-10-07
strcasecmp() is not a standard function.
Rob Austein
2016-07-21
Use a fresh port of libcli, which retains more of the original API.
Paul Selkirk
2016-07-12
re-enable masterkey
Fredrik Thulin
2016-07-09
Merge more code from projects/hsm.
Fredrik Thulin
2016-07-08
merge test code from projects/hsm/
Fredrik Thulin
2016-06-07
Don't reboot when CLI logout is intended.
Paul Selkirk
2016-06-02
Use DMA for UART RX instead of interrupts.
Fredrik Thulin
2016-06-01
Implement circular buffer UART RX using interrupts.
Fredrik Thulin
2016-05-24
non-working code to upload an application and jump to it
Fredrik Thulin
2016-05-23
SDRAM initialization and test code from Pavel.
Fredrik Thulin
2016-05-18
put some generic CLI code in mgmt-cli.c
Fredrik Thulin