Commit 4deb576
committed
Fix CI failures from upstream dependency drift
Add tpm2_crypto.c and tpm2_util.c to the wolftpm Visual Studio
project. Recent wolftpm changes moved TPM2_KDFa_ex, TPM2_KDFe_ex,
TPM2_AesCfbEncrypt, TPM2_HmacCompute, TPM2_HashCompute into
tpm2_crypto.c and TPM2_GetHashDigestSize, TPM2_GetHashType,
TPM2_ConstantCompare, TPM2_ForceZero, TPM2_PrintBin into
tpm2_util.c, which caused unresolved external symbol errors on
the Windows build.
Pass --disable-anon to the wolfSSL configure step in the TPM 2.0
store test workflow. wolfSSL 5.9.1 added a settings.h check that
rejects HAVE_ANON without DH, and this workflow builds wolfPKCS11
with --disable-dh.1 parent 4621172 commit 4deb576
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments