Commit 34d47f8
4 files changed
+8
-8
lines changed- .github/workflows/make-test-swtpm.yml+22-1
- .github/workflows/win-test.yml+61
- .gitignore+6
- CMakeLists.txt+2-2
- ChangeLog.md+46
- IDE/STM32CUBE/include.am+4-4
- IDE/STM32CUBE/wolftpm_test.c+4-1
- IDE/STM32CUBE/wolftpm_test.h+1-3
- IDE/VisualStudio/README.md+7
- IDE/VisualStudio/include.am+12
- IDE/VisualStudio/tls_server.vcxproj+306
- IDE/VisualStudio/user_settings.h+172
- IDE/VisualStudio/wolfcrypt_test.vcxproj+284
- IDE/VisualStudio/wolfssl.vcxproj+368
- IDE/VisualStudio/wolftpm.sln+115
- IDE/VisualStudio/wolftpm.vcxproj+337
- IDE/VisualStudio/wrap_test.vcxproj+306
- IDE/include.am+1
- Makefile.am+1
- README.md+4-6
- certs/certreq.sh+1
- configure.ac+7-3
- docs/WindowTBS.md+2
- examples/boot/secret_seal.c+5-5
- examples/csr/csr.c+23-11
- examples/keygen/external_import.c-2
- examples/nvram/store.c+13-4
- examples/pcr/policy_sign.c+14-7
- examples/run_examples.sh+51-34
- examples/seal/seal.c+7-3
- examples/seal/unseal.c+48-14
- examples/timestamp/signed_timestamp.c-5
- examples/tls/tls_client.c+70-25
- examples/tls/tls_common.h+12-3
- examples/tls/tls_server.c+165-96
- examples/tpm_test_keys.c+12-5
- examples/wrap/wrap_test.c+2
- hal/tpm_io.c+4-4
- hal/tpm_io.h+4-4
- hal/tpm_io_linux.c+1-1
- hal/tpm_io_st.c+79-27
- src/include.am+3-2
- src/tpm2.c+195-260
- src/tpm2_cryptocb.c+1.2k
- src/tpm2_packet.c+80-14
- src/tpm2_param_enc.c+19-26
- src/tpm2_swtpm.c+5-6
- src/tpm2_wrap.c+180-670
- tests/unit_tests.c+106-7
- wolftpm/tpm2.h+2-2
- wolftpm/tpm2_packet.h+28-1
- wolftpm/tpm2_types.h+13-5
- wolftpm/tpm2_wrap.h+78-14
- wolftpm/version.h+2-2
- wolftpm/visibility.h+10-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments