Commit 5421085
committed
Updated wolfHSM submodule
1 parent d05d769 commit 5421085
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
- .github/workflows/build-and-test.yml+11-7
- .gitignore+2
- ChangeLog.md+16
- port/posix/posix_flash_file.c+2-1
- src/wh_client.c+404-486
- src/wh_client_cert.c+785
- src/wh_client_crypto.c+1.7k-1.1k
- src/wh_client_cryptocb.c+38-361
- src/wh_client_nvm.c+54-298
- src/wh_client_she.c+471-356
- src/wh_flash_unit.c+3-1
- src/wh_message_cert.c+161
- src/wh_message_counter.c+128
- src/wh_message_crypto.c+853
- src/wh_message_keystore.c+239
- src/wh_message_nvm.c+12-39
- src/wh_message_she.c+424
- src/wh_server.c+27-16
- src/wh_server_cert.c+627
- src/wh_server_counter.c+141-71
- src/wh_server_crypto.c+1.7k-875
- src/wh_server_dma.c+24-206
- src/wh_server_keystore.c+245-244
- src/wh_server_nvm.c+14-105
- src/wh_server_she.c+1.1k-572
- src/wh_she_crypto.c+259-259
- src/wh_utils.c+5-5
- test/Makefile+36-2
- test/user_settings.h+13-4
- test/wh_test.c+10
- test/wh_test_cert.c+517
- test/wh_test_cert.h+44
- test/wh_test_cert_data.h+1.5k
- test/wh_test_cert_data_acert.h+155
- test/wh_test_check_struct_padding.c+108-116
- test/wh_test_clientserver.c+49-44
- test/wh_test_comm.c+2-1
- test/wh_test_common.h+12-2
- test/wh_test_crypto.c+223-115
- test/wh_test_flash_ramsim.c+2
- test/wh_test_nvm_flash.c+132-1
- test/wh_test_nvm_flash.h+7
- test/wh_test_she.c+5-2
- test/wh_test_wolfcrypt_test.c+2
- test/wolfhsm_cfg.h+2-3
- tools/testcertgen/gen_acerts.sh+131
- tools/testcertgen/gen_test_cert_chain.sh+310
- wolfhsm/wh_client.h+557-376
- wolfhsm/wh_client_crypto.h+94-3
- wolfhsm/wh_error.h+28-26
- wolfhsm/wh_flash.h+102
- wolfhsm/wh_message.h+3-4
- wolfhsm/wh_message_cert.h+185
- wolfhsm/wh_message_counter.h+120
- wolfhsm/wh_message_crypto.h+808
- wolfhsm/wh_message_keystore.h+226
- wolfhsm/wh_message_nvm.h+23-58
- wolfhsm/wh_message_she.h+394
- wolfhsm/wh_packet.h+75-181
- wolfhsm/wh_server.h+12-165
- wolfhsm/wh_server_cert.h+102
- wolfhsm/wh_server_counter.h+4-2
- wolfhsm/wh_server_crypto.h+10-5
- wolfhsm/wh_server_keystore.h+153-13
- wolfhsm/wh_server_she.h+4-3
- wolfhsm/wh_settings.h+16
- wolfhsm/wh_utils.h+30-1
0 commit comments