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
/
Makefile
Age
Commit message (
Expand
)
Author
2019-01-12
Timing tests for RSA signing and sub-components thereof.
Paul Selkirk
2017-09-21
cleanup
Paul Selkirk
2017-05-13
Merge branch 'task_metrics' into profiling
Paul Selkirk
2017-05-10
Sigh, right offset for the wrong register. Get the PC (the address we
Paul Selkirk
2017-05-05
Port profiling code, using a new SysTick hook and new CLI commands.
Paul Selkirk
2017-05-03
Add some task metrics.
Paul Selkirk
2017-05-02
Merge branch 'init_cleanup' into no-rtos
Paul Selkirk
2017-04-29
Simplify hsm makefile.
Paul Selkirk
2017-04-27
Replace the RTOS with a simple cooperative tasker.
Paul Selkirk
2017-04-16
Switch to libhal's CRC-32 code.
Rob Austein
2017-04-15
sw/stm32 Makefiles are a mess.
Rob Austein
2016-08-23
Show running threads.
Paul Selkirk
2016-08-11
Multiple threads and multiple cores, to deal with multiple clients.
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-25
Split LIB*_DIR into _SRC and _BLD.
Paul Selkirk
2016-06-25
Finish unwinding subrepository hairball: VPATH setup.
Rob Austein
2016-06-23
Add masterkey and keystore commands.
Fredrik Thulin
2016-06-14
Import cli-test into hsm pretty much as-is.
Paul Selkirk
2016-06-13
Only the HSM project needs the RTOS; most of the test projects can use the ST...
Paul Selkirk
2016-06-09
Rename main.c to hsm.c for consistency and a slightly simpler Makefile.
Paul Selkirk
2016-06-06
Remove unused hex file.
Paul Selkirk
2016-04-24
This time for sure - async receive, and everything that flows from that.
Paul Selkirk
2016-04-21
threaded rpc server
Paul Selkirk