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
/
hsm
/
mgmt-cli.c
Age
Commit message (
Expand
)
Author
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-27
Replace the RTOS with a simple cooperative tasker.
Paul Selkirk
2016-09-13
Track libhal cleanup (function names, const-ification).
Rob Austein
2016-08-23
Show running threads.
Paul Selkirk
2016-07-21
Use a fresh port of libcli, which retains more of the original API.
Paul Selkirk
2016-07-12
Re-disable 'keystore set key'; hexdump binary key names; remove unused 'show'...
Paul Selkirk
2016-06-28
Only SO and wheel are allowed to upload.
Paul Selkirk
2016-06-27
Remove old default user.
Paul Selkirk
2016-06-26
PIN-based login
Paul Selkirk
2016-06-25
Merge branch 'alternate_dma'
Paul Selkirk
2016-06-23
Add masterkey and keystore commands.
Fredrik Thulin
2016-06-15
Use a 1-byte DMA buffer for management UART receives.
Paul Selkirk
2016-06-14
Import cli-test into hsm pretty much as-is.
Paul Selkirk