Commit 8afb235
committed
lib/wolfHSM: pin to wolfHSM PR 348 head for NSC transport
1 parent a09baeb commit 8afb235
4 files changed
Lines changed: 8 additions & 8 deletions
- .github/workflows/build-and-test-refactor.yml+9-4
- .github/workflows/build-and-test.yml+9-4
- .github/workflows/wolfboot-tz-integration.yml+93
- benchmark/bench_modules/wh_bench_mod_mldsa.c+62-63
- benchmark/config/user_settings.h+6-7
- benchmark/wh_bench.c+4-4
- docs/draft/async-crypto.md+186-7
- docs/src-ja/chapter03.md+1-1
- docs/src-ja/chapter05.md+4-4
- docs/src/chapter03.md+1-1
- docs/src/chapter05.md+4-4
- docs/src/chapter08.md+10
- examples/posix/wh_posix_server/user_settings.h+6-7
- port/armv8m-tz/README.md+44
- port/armv8m-tz/wh_transport_nsc.c+237
- port/armv8m-tz/wh_transport_nsc.h+91
- port/posix/posix_transport_tls.c+17-5
- port/stmicro/stm32h5-tz/README.md+27
- src/wh_client_cert.c+6
- src/wh_client_crypto.c+1.8k-914
- src/wh_client_cryptocb.c+34-27
- src/wh_crypto.c+20-20
- src/wh_message_crypto.c+1
- src/wh_server.c+20-3
- src/wh_server_crypto.c+93-69
- src/wh_server_keystore.c+47-12
- test-refactor/README.md+9-3
- test-refactor/client-server/wh_test_client_certs.c+93
- test-refactor/client-server/wh_test_crypto.c+213
- test-refactor/posix/wh_test_posix_main.c+4-2
- test-refactor/wh_test_list.c+9
- test/Makefile+1
- test/config/user_settings.h+6-7
- test/gen/wh_test_wolfboot_img_data.h+7-5
- test/scripts/gen_wolfboot_test_data.sh+3-1
- test/wh_test_check_struct_padding.c+6
- test/wh_test_clientserver.c+61
- test/wh_test_crypto.c+2.9k-327
- test/wh_test_posix_threadsafe_stress.c+2-1
- wolfhsm/wh_client.h+32-2
- wolfhsm/wh_client_crypto.h+535-26
- wolfhsm/wh_crypto.h+7-7
- wolfhsm/wh_keyid.h+12-1
- wolfhsm/wh_message_crypto.h+32-8
- wolfhsm/wh_server_crypto.h+6-6
- wolfhsm/wh_settings.h+8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | | - | |
| 1165 | + | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
| 1194 | + | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments