This website requires JavaScript.
Explore
Help
Sign In
dearsky
/
pico-hsm
Watch
1
Star
0
Fork
0
You've already forked pico-hsm
Code
Issues
17
Pull Requests
4
Actions
Packages
Projects
Releases
26
Wiki
Activity
Files
1557a4a039e4b3a6b83912dd23a0b7952d684182
pico-hsm
/
src
/
hsm
History
Pol Henarejos
1557a4a039
Fix when generating keypair, which could produce wrong flash save in particular cases of concurrency.
...
Signed-off-by: Pol Henarejos <
pol.henarejos@cttc.es
>
2022-04-11 15:09:20 +02:00
..
crypto_utils.c
Renaming files
2022-03-31 18:27:00 +02:00
crypto_utils.h
Renaming files
2022-03-31 18:27:00 +02:00
cvcerts.h
Adding cvcerts and dica
2022-03-27 18:15:16 +02:00
dkek.c
Fix returning kcv
2022-03-31 19:31:02 +02:00
dkek.h
Fix loading kcv, kenc and kmac.
2022-03-30 23:21:23 +02:00
hsm2040.c
Added press button to confirm. Everytime a private/secret key is loaded, the Pico HSM waits for BOOTSEL button press. This mechanism guarantees that no private/secret operations are made without user consent. To confirm the operation, the user must press the BOOTSEL button. In the meanwhile, the device gets into waiting state and no other operation is performed. After release the button, the operation continues normally.
2022-04-07 18:18:24 +02:00
hsm2040.h
Added press button to confirm. Everytime a private/secret key is loaded, the Pico HSM waits for BOOTSEL button press. This mechanism guarantees that no private/secret operations are made without user consent. To confirm the operation, the user must press the BOOTSEL button. In the meanwhile, the device gets into waiting state and no other operation is performed. After release the button, the operation continues normally.
2022-04-07 18:18:24 +02:00
sc_hsm.c
Fix when generating keypair, which could produce wrong flash save in particular cases of concurrency.
2022-04-11 15:09:20 +02:00
sc_hsm.h
Added dynamic option to enable/disable press to confirm.
2022-04-07 18:18:24 +02:00
version.h
Upgrading to version 1.12.
2022-04-07 18:18:24 +02:00