pico-hsm/src/hsm
2023-03-19 19:34:34 +01:00
..
cmd_challenge.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_change_pin.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_cipher_sym.c Added AES ECB (insecure), CBC (with custom IV), OFB, CFB and GCM (with 16-byte tag) via AES_EXT command. 2023-03-19 19:34:34 +01:00
cmd_decrypt_asym.c Fixes #22. 2023-03-18 18:40:27 +01:00
cmd_delete_file.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_derive_asym.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_external_authenticate.c Reset puk status on failed authentication. 2023-03-07 23:14:55 +01:00
cmd_extras.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_general_authenticate.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_initialize.c Fix initialize with PUK store memory. 2023-03-07 11:14:13 +01:00
cmd_key_domain.c Fix checking key domain set. 2023-03-10 15:59:52 +01:00
cmd_key_gen.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_key_unwrap.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_key_wrap.c Before wrapping, check if DKEK is properly configured. 2023-03-09 20:09:03 +01:00
cmd_keypair_gen.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_list_keys.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_mse.c Code style 2023-03-07 17:28:23 +01:00
cmd_pso.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_puk_auth.c Code style 2023-03-07 17:28:23 +01:00
cmd_read_binary.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_reset_retry.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_select.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_session_pin.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_signature.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_update_ef.c Switching to new style. 2023-02-15 00:10:35 +01:00
cmd_verify.c Switching to new style. 2023-02-15 00:10:35 +01:00
cvc.c Switching to new style. 2023-02-15 00:10:35 +01:00
cvc.h Harmonize coding style. 2023-02-14 23:13:46 +01:00
files.c Switching to new style. 2023-02-15 00:10:35 +01:00
files.h Harmonize coding style. 2023-02-14 23:13:46 +01:00
kek.c Fix wrapping points. 2023-03-13 18:01:20 +01:00
kek.h Switching to new style. 2023-02-15 00:10:35 +01:00
oid.c Removing trailing spaces. 2022-08-19 01:44:27 +02:00
oid.h Added AES ECB (insecure), CBC (with custom IV), OFB, CFB and GCM (with 16-byte tag) via AES_EXT command. 2023-03-19 19:34:34 +01:00
sc_hsm.c Public point is calculated everytime a private key is loaded. 2023-03-13 18:01:56 +01:00
sc_hsm.h Harmonize coding style. 2023-02-14 23:13:46 +01:00
version.h Upgrade to version 3.4 2023-03-04 14:35:33 +01:00