pico-hsm/src/hsm
Pol Henarejos af099cd416
Add support to RP2350.
RP2350 does not support RTC, so we use AON timer instead.
2024-08-28 16:42:46 +02:00
..
CMakeLists.txt Use external unique ID. 2024-04-15 23:45:30 +02:00
cmd_bip_slip.c Revert "Fix non-free'd context." 2024-08-25 19:55:02 +02:00
cmd_challenge.c Added support for building emulation in Windows. 2024-01-01 01:55:49 +01:00
cmd_change_pin.c Use new methods search_file() and file_put_data(). 2024-04-17 16:36:34 +02:00
cmd_cipher_sym.c Free hd_context if error. 2024-08-25 20:00:16 +02:00
cmd_decrypt_asym.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
cmd_delete_file.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_derive_asym.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
cmd_external_authenticate.c Use new methods search_file() and file_put_data(). 2024-04-17 16:36:34 +02:00
cmd_extras.c Add support to RP2350. 2024-08-28 16:42:46 +02:00
cmd_general_authenticate.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
cmd_initialize.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
cmd_key_domain.c Fix memory boundaries check. 2024-08-25 19:39:30 +02:00
cmd_key_gen.c Use new Pico Keys SDK. 2023-11-06 14:25:42 +01:00
cmd_key_unwrap.c Fix key unwrap with latest OpenSC. Fixes #41. 2024-06-23 01:17:01 +02:00
cmd_key_wrap.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_keypair_gen.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_list_keys.c Enable patch only for RPI 2024-06-21 21:15:29 +02:00
cmd_mse.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_pso.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_puk_auth.c Use search_file() method. 2024-04-17 19:19:45 +02:00
cmd_read_binary.c Fix binary read permission. 2024-06-28 22:59:16 +02:00
cmd_reset_retry.c Use new methods search_file() and file_put_data(). 2024-04-17 16:36:34 +02:00
cmd_select.c Fix EF.DIR selection. 2024-06-28 22:05:10 +02:00
cmd_session_pin.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_signature.c Free hd_context if error. 2024-08-25 20:00:16 +02:00
cmd_update_ef.c Use new methods search_file() and file_put_data(). 2024-04-17 16:36:34 +02:00
cmd_verify.c Use new methods search_file() and file_put_data(). 2024-04-17 16:36:34 +02:00
cvc.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
cvc.h First attempt to add support to ESP32. 2024-04-08 19:41:39 +02:00
files.c Add EF.DIR list aid. 2024-06-28 22:59:52 +02:00
files.h Use macros for referring system fids. 2024-04-17 19:43:10 +02:00
kek.c Merge branch 'development' into esp32 2024-06-03 13:06:39 +02:00
kek.h First attempt to add support to ESP32. 2024-04-08 19:41:39 +02:00
oid.c Removing trailing spaces. 2022-08-19 01:44:27 +02:00
oid.h Added support for HD symmetric ciphering. 2023-07-17 12:55:14 +02:00
sc_hsm.c Fix new Pico Keys SDK selection callback. 2024-08-25 18:30:29 +02:00
sc_hsm.h First attempt to add support to ESP32. 2024-04-08 19:41:39 +02:00
version.h Upgrade to version 4.0 2024-06-24 19:44:58 +02:00