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-misc.c
Age
Commit message (
Expand
)
Author
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-18
timing tests for RSA signing
modexpng
Paul Selkirk
2018-09-11
Cleanup, move 'keywrap core' command to the hsm project, where it will actual...
Paul Selkirk
2018-04-06
Merge branch 'profiling'
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-09-07
Port profiling code, using a new SysTick hook and new CLI commands.
Paul Selkirk
2017-05-02
Merge branch 'init_cleanup' into no-rtos
Paul Selkirk
2017-04-16
Switch to libhal's CRC-32 code.
Rob Austein
2016-12-20
cli_receive_data: re-enable UART DMA before returning. Based on Fredrik's fix...
Paul Selkirk
2016-07-21
Use a fresh port of libcli, which retains more of the original API.
Paul Selkirk
2016-07-06
Cleanup - remove demo filetransfer command.
Paul Selkirk
2016-06-14
Import cli-test into hsm pretty much as-is.
Paul Selkirk