Commit 80ec565
Fixes for test failures
1 parent a7a8ca5 commit 80ec565
File tree
5 files changed
+20
-23
lines changed- config/examples
- lib
- tools
5 files changed
+20
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
- .github/workflows/build-and-run-examples.yml+11-4
- .github/workflows/clang-format-check.yml+7-2
- .github/workflows/code-coverage.yml+53
- .gitignore+5
- ChangeLog.md+27-1
- README.md+1-1
- benchmark/bench_modules/wh_bench_mod_aes.c+230
- benchmark/bench_modules/wh_bench_mod_all.h+22
- benchmark/bench_modules/wh_bench_mod_hkdf.c+96
- benchmark/bench_modules/wh_bench_mod_sha2.c+6-2
- benchmark/config/wolfhsm_cfg.h+1
- benchmark/wh_bench.c+60-42
- benchmark/wh_bench_main.c+2-2
- benchmark/wh_bench_ops.h+1-1
- examples/demo/client/wh_demo_client_all.c+18-1
- examples/demo/client/wh_demo_client_crypto.c+154-10
- examples/demo/client/wh_demo_client_crypto.h+4
- examples/demo/client/wh_demo_client_keywrap.c+167-62
- examples/demo/client/wh_demo_client_keywrap.h+1-1
- examples/posix/wh_posix_client/Makefile+7
- examples/posix/wh_posix_client/user_settings.h+1
- examples/posix/wh_posix_client/wh_posix_client.c+1-1
- examples/posix/wh_posix_client/wolfhsm_cfg.h+1-1
- examples/posix/wh_posix_server/Makefile+6
- examples/posix/wh_posix_server/wolfhsm_cfg.h+2
- port/posix/posix_transport_tcp.c+19-5
- src/wh_client.c+3-3
- src/wh_client_crypto.c+510-46
- src/wh_client_cryptocb.c+97
- src/wh_client_keywrap.c+2
- src/wh_message_crypto.c+139
- src/wh_nvm.c+1-1
- src/wh_nvm_flash.c+29-33
- src/wh_nvm_flash_log.c+698
- src/wh_server_cert.c+6-8
- src/wh_server_crypto.c+432-1
- src/wh_server_keystore.c+9-7
- src/wh_server_nvm.c+75-31
- test/Makefile+37-2
- test/README.md+64
- test/config/wolfhsm_cfg.h+4
- test/wh_test.c+12-2
- test/wh_test.h+3
- test/wh_test_cert.c+7-15
- test/wh_test_cert.h+4-2
- test/wh_test_check_struct_padding.c+47-45
- test/wh_test_clientserver.c+110-57
- test/wh_test_common.c+92
- test/wh_test_common.h+32
- test/wh_test_crypto.c+365-109
- test/wh_test_keywrap.c+129-68
- test/wh_test_keywrap.h+2-1
- test/wh_test_nvm_flash.c+45-8
- test/wh_test_server_img_mgr.c+6-15
- test/wh_test_server_img_mgr.h+4-2
- test/wh_test_wolfcrypt_test.c+26-11
- tools/whnvmtool/user_settings.h-3
- wolfhsm/wh_client.h+6-6
- wolfhsm/wh_client_crypto.h+110
- wolfhsm/wh_message_crypto.h+90-1
- wolfhsm/wh_nvm.h+3-3
- wolfhsm/wh_nvm_flash.h+2-2
- wolfhsm/wh_nvm_flash_log.h+100
- wolfhsm/wh_server.h+1-5
- wolfhsm/wh_server_crypto.h+8
- wolfhsm/wh_settings.h+4-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
961 | 961 | | |
962 | 962 | | |
963 | 963 | | |
964 | | - | |
| 964 | + | |
965 | 965 | | |
966 | | - | |
| 966 | + | |
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
970 | | - | |
| 970 | + | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
973 | 973 | | |
974 | | - | |
| 974 | + | |
975 | 975 | | |
976 | | - | |
| 976 | + | |
977 | 977 | | |
978 | | - | |
| 978 | + | |
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
982 | | - | |
| 982 | + | |
983 | 983 | | |
984 | | - | |
| 984 | + | |
985 | 985 | | |
986 | | - | |
| 986 | + | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
996 | | - | |
| 996 | + | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
| 999 | + | |
1000 | 1000 | | |
0 commit comments